#470936

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

Shades of Blackberry #470936

Tints of Blackberry #470936

Color information

#470936 (or 0x470936) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 36. RGB value is (71,9,54). Sum of RGB (Red+Green+Blue) = 71+9+54=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #470936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470936 is #B8F6C9. Grayscale: #202020. Windows color (decimal): -12121802 or 3541319. OLE color: 3541319.

HSL color Cylindrical-coordinate representation of color #470936: hue angle of 316.45º 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 #470936 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB71954-
CMYK00.870.240.72
HSL316.45º77.5%15.69%-
HSV(B)316.45º87.32%27.84%-
XYZ3.361.83.66-
YUV32.67140.04155.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=52.99%
G=6.72%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7195400.870.240.72316.4577.515.69
Hex47936057184813c4e10
Octal107116601273011047411620
Binary1000111100111011001010111110001001000100111100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470936; }

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

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

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

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

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

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

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

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