#470529

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

Shades of Blackberry #470529

Tints of Blackberry #470529

Color information

#470529 (or 0x470529) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 29. RGB value is (71,5,41). Sum of RGB (Red+Green+Blue) = 71+5+41=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470529 is #B8FAD6. Grayscale: #1C1C1C. Windows color (decimal): -12122839 or 2688327. OLE color: 2688327.

HSL color Cylindrical-coordinate representation of color #470529: hue angle of 327.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470529 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB71541-
CMYK00.930.420.72
HSL327.27º86.84%14.9%-
HSV(B)327.27º92.96%27.84%-
XYZ3.051.612.25-
YUV28.84134.87158.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=60.68%
G=4.27%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154100.930.420.72327.2786.8414.9
Hex4752905D2A4814757f
Octal10755101355211050712717
Binary100011110110100101011101101010100100010100011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470529; }

 p { color: rgb(71,5,41); }

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

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

 a { background-color: rgb(71,5,41); }

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

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

 span { border-color: rgb(71,5,41); }

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