#470221

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

Shades of Blackberry #470221

Tints of Blackberry #470221

Color information

#470221 (or 0x470221) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 21. RGB value is (71,2,33). Sum of RGB (Red+Green+Blue) = 71+2+33=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #470221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470221 is #B8FDDE. Grayscale: #1A1A1A. Windows color (decimal): -12123615 or 2163271. OLE color: 2163271.

HSL color Cylindrical-coordinate representation of color #470221: hue angle of 333.04º 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 #470221 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB71233-
CMYK00.970.540.72
HSL333.04º94.52%14.31%-
HSV(B)333.04º97.18%27.84%-
XYZ2.891.491.57-
YUV26.16131.86159.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=66.98%
G=1.89%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123300.970.540.72333.0494.5214.31
Hex47221061364814d5fe
Octal10724101416611051513716
Binary10001111010000101100001110110100100010100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470221; }

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

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

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

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

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

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

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

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