#47021C

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

Shades of Blackberry #47021C

Tints of Blackberry #47021C

Color information

#47021C (or 0x47021C) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 1C. RGB value is (71,2,28). Sum of RGB (Red+Green+Blue) = 71+2+28=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47021C is #B8FDE3. Grayscale: #191919. Windows color (decimal): -12123620 or 1835591. OLE color: 1835591.

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

Color convert

RGB71228-
CMYK00.970.610.72
HSL337.39º94.52%14.31%-
HSV(B)337.39º97.18%27.84%-
XYZ2.831.471.23-
YUV25.6129.36160.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=70.30%
G=1.98%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122800.970.610.72337.3994.5214.31
Hex4721C0613D481515fe
Octal10723401417511052113716
Binary1000111101110001100001111101100100010101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47021C; }

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

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

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

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

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

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

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

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