#460625

Color #460625 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #460625

Tints of Blackberry #460625

Color information

#460625 (or 0x460625) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 25. RGB value is (70,6,37). Sum of RGB (Red+Green+Blue) = 70+6+37=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460625 is #B9F9DA. Grayscale: #1C1C1C. Windows color (decimal): -12188123 or 2426438. OLE color: 2426438.

HSL color Cylindrical-coordinate representation of color #460625: hue angle of 330.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460625 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB70637-
CMYK00.910.470.73
HSL330.94º84.21%14.9%-
HSV(B)330.94º91.43%27.45%-
XYZ2.921.571.9-
YUV28.67132.7157.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=61.95%
G=5.31%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7063700.910.470.73330.9484.2114.9
Hex4662505B2F4914b54f
Octal10664501335711151312417
Binary100011011010010101011011101111100100110100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460625; }

 p { color: rgb(70,6,37); }

 H1.HeaderClassName
 {
   color: #460625;
 }
 .AnyTagClassName
 {
   color: #460625;
 }
</style>
background-color css

<style>
 a { background-color: #460625; }

 a { background-color: rgb(70,6,37); }

 div.DivClassName
 {
   background-color: #460625;
 }
 .BgClassName
 {
   background-color: #460625;
 }
</style>
border-color css

<style>
 span { border-color: #460625; }

 span { border-color: rgb(70,6,37); }

 td.TdClassName
 {
   border-color: #460625;
 }
 .TagClassName
 {
   border-color: #460625;
 }
</style>