#470C3C

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

Shades of Blackberry #470C3C

Tints of Blackberry #470C3C

Color information

#470C3C (or 0x470C3C) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 3C. RGB value is (71,12,60). Sum of RGB (Red+Green+Blue) = 71+12+60=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C3C is #B8F3C3. Grayscale: #222222. Windows color (decimal): -12121028 or 3935303. OLE color: 3935303.

HSL color Cylindrical-coordinate representation of color #470C3C: hue angle of 311.19º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C3C is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB711260-
CMYK00.830.150.72
HSL311.19º71.08%16.27%-
HSV(B)311.19º83.1%27.84%-
XYZ3.551.934.46-
YUV35.11142.05153.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 60 (23.83% from 255) = 41.96%
R=49.65%
G=8.39%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71126000.830.150.72311.1971.0816.27
Hex47C3C053F481374710
Octal107147401231711046710720
Binary100011111001111000101001111111001000100110111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470C3C; }

 p { color: rgb(71,12,60); }

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

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

 a { background-color: rgb(71,12,60); }

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

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

 span { border-color: rgb(71,12,60); }

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