#470336

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

Shades of Blackberry #470336

Tints of Blackberry #470336

Color information

#470336 (or 0x470336) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 36. RGB value is (71,3,54). Sum of RGB (Red+Green+Blue) = 71+3+54=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470336 is #B8FCC9. Grayscale: #1D1D1D. Windows color (decimal): -12123338 or 3539783. OLE color: 3539783.

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

Color convert

RGB71354-
CMYK00.960.240.72
HSL315º91.89%14.51%-
HSV(B)315º95.77%27.84%-
XYZ3.31.673.64-
YUV29.15142.03157.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=55.47%
G=2.34%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135400.960.240.7231591.8914.51
Hex47336060184813b5cf
Octal10736601403011047313417
Binary1000111111101100110000011000100100010011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470336; }

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

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

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

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

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

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

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

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