#470924

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

Shades of Blackberry #470924

Tints of Blackberry #470924

Color information

#470924 (or 0x470924) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 24. RGB value is (71,9,36). Sum of RGB (Red+Green+Blue) = 71+9+36=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470924 is #B8F6DB. Grayscale: #1E1E1E. Windows color (decimal): -12121820 or 2361671. OLE color: 2361671.

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

Color convert

RGB71936-
CMYK00.870.490.72
HSL333.87º77.5%15.69%-
HSV(B)333.87º87.32%27.84%-
XYZ3.011.661.83-
YUV30.62131.04156.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=61.21%
G=7.76%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7193600.870.490.72333.8777.515.69
Hex47924057314814e4e10
Octal107114401276111051611620
Binary10001111001100100010101111100011001000101001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470924; }

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

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

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

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

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

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

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

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