#470239

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

Shades of Blackberry #470239

Tints of Blackberry #470239

Color information

#470239 (or 0x470239) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 39. RGB value is (71,2,57). Sum of RGB (Red+Green+Blue) = 71+2+57=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #470239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470239 is #B8FDC6. Grayscale: #1C1C1C. Windows color (decimal): -12123591 or 3736135. OLE color: 3736135.

HSL color Cylindrical-coordinate representation of color #470239: hue angle of 312.17º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470239 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB71257-
CMYK00.970.200.72
HSL312.17º94.52%14.31%-
HSV(B)312.17º97.18%27.84%-
XYZ3.361.684.02-
YUV28.9143.86158.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=54.62%
G=1.54%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7125700.970.200.72312.1794.5214.31
Hex4723906114481385fe
Octal10727101412411047013716
Binary1000111101110010110000110100100100010011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470239; }

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

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

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

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

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

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

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

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