#470C27

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

Shades of Blackberry #470C27

Tints of Blackberry #470C27

Color information

#470C27 (or 0x470C27) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 27. RGB value is (71,12,39). Sum of RGB (Red+Green+Blue) = 71+12+39=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C27 is #B8F3D8. Grayscale: #202020. Windows color (decimal): -12121049 or 2559047. OLE color: 2559047.

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

Color convert

RGB711239-
CMYK00.830.450.72
HSL332.54º71.08%16.27%-
HSV(B)332.54º83.1%27.84%-
XYZ3.11.752.09-
YUV32.72131.55155.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 12 (5.08% from 255) = 9.84%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=58.20%
G=9.84%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71123900.830.450.72332.5471.0816.27
Hex47C270532D4814d4710
Octal107144701235511051510720
Binary10001111100100111010100111011011001000101001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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