#47072D

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

Shades of Blackberry #47072D

Tints of Blackberry #47072D

Color information

#47072D (or 0x47072D) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 2D. RGB value is (71,7,45). Sum of RGB (Red+Green+Blue) = 71+7+45=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47072D is #B8F8D2. Grayscale: #1E1E1E. Windows color (decimal): -12122323 or 2950983. OLE color: 2950983.

HSL color Cylindrical-coordinate representation of color #47072D: hue angle of 324.38º 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 #47072D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB71745-
CMYK00.900.370.72
HSL324.38º82.05%15.29%-
HSV(B)324.38º90.14%27.84%-
XYZ3.151.682.64-
YUV30.47136.2156.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=57.72%
G=5.69%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7174500.900.370.72324.3882.0515.29
Hex4772D05A254814452f
Octal10775501324511050412217
Binary100011111110110101011010100101100100010100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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