#470624

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

Shades of Blackberry #470624

Tints of Blackberry #470624

Color information

#470624 (or 0x470624) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 24. RGB value is (71,6,36). Sum of RGB (Red+Green+Blue) = 71+6+36=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470624 is #B8F9DB. Grayscale: #1C1C1C. Windows color (decimal): -12122588 or 2360903. OLE color: 2360903.

HSL color Cylindrical-coordinate representation of color #470624: hue angle of 332.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470624 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB71636-
CMYK00.920.490.72
HSL332.31º84.42%15.1%-
HSV(B)332.31º91.55%27.84%-
XYZ2.981.61.82-
YUV28.85132.03158.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=62.83%
G=5.31%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7163600.920.490.72332.3184.4215.1
Hex4762405C314814c54f
Octal10764401346111051412417
Binary100011111010010001011100110001100100010100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470624; }

 p { color: rgb(71,6,36); }

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

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

 a { background-color: rgb(71,6,36); }

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

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

 span { border-color: rgb(71,6,36); }

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