#470C25

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

Shades of Blackberry #470C25

Tints of Blackberry #470C25

Color information

#470C25 (or 0x470C25) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 25. RGB value is (71,12,37). Sum of RGB (Red+Green+Blue) = 71+12+37=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #470C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C25 is #B8F3DA. Grayscale: #202020. Windows color (decimal): -12121051 or 2427975. OLE color: 2427975.

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

Color convert

RGB711237-
CMYK00.830.480.72
HSL334.58º71.08%16.27%-
HSV(B)334.58º83.1%27.84%-
XYZ3.061.741.92-
YUV32.49130.55155.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=59.17%
G=10%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71123700.830.480.72334.5871.0816.27
Hex47C25053304814f4710
Octal107144501236011051710720
Binary10001111100100101010100111100001001000101001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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