#47072A

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

Shades of Blackberry #47072A

Tints of Blackberry #47072A

Color information

#47072A (or 0x47072A) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 2A. RGB value is (71,7,42). Sum of RGB (Red+Green+Blue) = 71+7+42=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47072A is #B8F8D5. Grayscale: #1E1E1E. Windows color (decimal): -12122326 or 2754375. OLE color: 2754375.

HSL color Cylindrical-coordinate representation of color #47072A: hue angle of 327.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47072A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB71742-
CMYK00.900.410.72
HSL327.19º82.05%15.29%-
HSV(B)327.19º90.14%27.84%-
XYZ3.091.662.35-
YUV30.13134.7157.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 42 (16.80% from 255) = 35%
R=59.17%
G=5.83%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7174200.900.410.72327.1982.0515.29
Hex4772A05A294814752f
Octal10775201325111050712217
Binary100011111110101001011010101001100100010100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47072A; }

 p { color: rgb(71,7,42); }

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

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

 a { background-color: rgb(71,7,42); }

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

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

 span { border-color: rgb(71,7,42); }

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