#470232

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

Shades of Blackberry #470232

Tints of Blackberry #470232

Color information

#470232 (or 0x470232) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 32. RGB value is (71,2,50). Sum of RGB (Red+Green+Blue) = 71+2+50=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #470232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470232 is #B8FDCD. Grayscale: #1B1B1B. Windows color (decimal): -12123598 or 3277383. OLE color: 3277383.

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

Color convert

RGB71250-
CMYK00.970.300.72
HSL318.26º94.52%14.31%-
HSV(B)318.26º97.18%27.84%-
XYZ3.21.613.16-
YUV28.1140.36158.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=57.72%
G=1.63%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7125000.970.300.72318.2694.5214.31
Hex472320611E4813e5fe
Octal10726201413611047613716
Binary1000111101100100110000111110100100010011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470232; }

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

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

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

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

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

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

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

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