#470824

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

Shades of Blackberry #470824

Tints of Blackberry #470824

Color information

#470824 (or 0x470824) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 24. RGB value is (71,8,36). Sum of RGB (Red+Green+Blue) = 71+8+36=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470824 is #B8F7DB. Grayscale: #1D1D1D. Windows color (decimal): -12122076 or 2361415. OLE color: 2361415.

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

Color convert

RGB71836-
CMYK00.890.490.72
HSL333.33º79.75%15.49%-
HSV(B)333.33º88.73%27.84%-
XYZ31.641.83-
YUV30.03131.37157.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=61.74%
G=6.96%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7183600.890.490.72333.3379.7515.49
Hex47824059314814d50f
Octal107104401316111051512017
Binary1000111100010010001011001110001100100010100110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470824; }

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

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

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

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

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

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

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

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