#470229

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

Shades of Blackberry #470229

Tints of Blackberry #470229

Color information

#470229 (or 0x470229) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 29. RGB value is (71,2,41). Sum of RGB (Red+Green+Blue) = 71+2+41=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470229 is #B8FDD6. Grayscale: #1A1A1A. Windows color (decimal): -12123607 or 2687559. OLE color: 2687559.

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

Color convert

RGB71241-
CMYK00.970.420.72
HSL326.09º94.52%14.31%-
HSV(B)326.09º97.18%27.84%-
XYZ3.021.542.24-
YUV27.08135.86159.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=62.28%
G=1.75%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124100.970.420.72326.0994.5214.31
Hex472290612A481465fe
Octal10725101415211050613716
Binary10001111010100101100001101010100100010100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470229; }

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

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

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

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

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

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

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

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