#470C28

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

Shades of Blackberry #470C28

Tints of Blackberry #470C28

Color information

#470C28 (or 0x470C28) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 28. RGB value is (71,12,40). Sum of RGB (Red+Green+Blue) = 71+12+40=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #470C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C28 is #B8F3D7. Grayscale: #202020. Windows color (decimal): -12121048 or 2624583. OLE color: 2624583.

HSL color Cylindrical-coordinate representation of color #470C28: hue angle of 331.53º 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 #470C28 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB711240-
CMYK00.830.440.72
HSL331.53º71.08%16.27%-
HSV(B)331.53º83.1%27.84%-
XYZ3.111.762.18-
YUV32.83132.05155.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=57.72%
G=9.76%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71124000.830.440.72331.5371.0816.27
Hex47C280532C4814c4710
Octal107145001235411051410720
Binary10001111100101000010100111011001001000101001100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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