#47021E

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

Shades of Blackberry #47021E

Tints of Blackberry #47021E

Color information

#47021E (or 0x47021E) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 1E. RGB value is (71,2,30). Sum of RGB (Red+Green+Blue) = 71+2+30=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47021E is #B8FDE1. Grayscale: #191919. Windows color (decimal): -12123618 or 1966663. OLE color: 1966663.

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

Color convert

RGB71230-
CMYK00.970.580.72
HSL335.65º94.52%14.31%-
HSV(B)335.65º97.18%27.84%-
XYZ2.851.481.36-
YUV25.82130.36160.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=68.93%
G=1.94%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123000.970.580.72335.6594.5214.31
Hex4721E0613A481505fe
Octal10723601417211052013716
Binary1000111101111001100001111010100100010101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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