#470339

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

Shades of Blackberry #470339

Tints of Blackberry #470339

Color information

#470339 (or 0x470339) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 39. RGB value is (71,3,57). Sum of RGB (Red+Green+Blue) = 71+3+57=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #470339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470339 is #B8FCC6. Grayscale: #1D1D1D. Windows color (decimal): -12123335 or 3736391. OLE color: 3736391.

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

Color convert

RGB71357-
CMYK00.960.200.72
HSL312.35º91.89%14.51%-
HSV(B)312.35º95.77%27.84%-
XYZ3.371.74.02-
YUV29.49143.53157.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=54.20%
G=2.29%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135700.960.200.72312.3591.8914.51
Hex4733906014481385cf
Octal10737101402411047013417
Binary1000111111110010110000010100100100010011100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470339; }

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

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

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

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

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

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

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

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