#470C35

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

Shades of Blackberry #470C35

Tints of Blackberry #470C35

Color information

#470C35 (or 0x470C35) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 35. RGB value is (71,12,53). Sum of RGB (Red+Green+Blue) = 71+12+53=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C35 is #B8F3CA. Grayscale: #222222. Windows color (decimal): -12121035 or 3476551. OLE color: 3476551.

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

Color convert

RGB711253-
CMYK00.830.250.72
HSL318.31º71.08%16.27%-
HSV(B)318.31º83.1%27.84%-
XYZ3.371.863.55-
YUV34.32138.55154.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=52.21%
G=8.82%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71125300.830.250.72318.3171.0816.27
Hex47C35053194813e4710
Octal107146501233111047610720
Binary1000111110011010101010011110011001000100111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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