#470029

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

Shades of Blackberry #470029

Tints of Blackberry #470029

Color information

#470029 (or 0x470029) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 29. RGB value is (71,0,41). Sum of RGB (Red+Green+Blue) = 71+0+41=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470029 is #B8FFD6. Grayscale: #191919. Windows color (decimal): -12124119 or 2687047. OLE color: 2687047.

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

Color convert

RGB71041-
CMYK010.420.72
HSL325.35º100%13.92%-
HSV(B)325.35º100%27.84%-
XYZ31.52.23-
YUV25.9136.52160.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=63.39%
G=0%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71041010.420.72325.3510013.92
Hex470290642A4814564e
Octal10705101445211050514416
Binary1000111010100101100100101010100100010100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470029; }

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

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

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

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

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

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

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

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