#47072C

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

Shades of Blackberry #47072C

Tints of Blackberry #47072C

Color information

#47072C (or 0x47072C) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 2C. RGB value is (71,7,44). Sum of RGB (Red+Green+Blue) = 71+7+44=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47072C is #B8F8D3. Grayscale: #1E1E1E. Windows color (decimal): -12122324 or 2885447. OLE color: 2885447.

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

Color convert

RGB71744-
CMYK00.900.380.72
HSL325.31º82.05%15.29%-
HSV(B)325.31º90.14%27.84%-
XYZ3.131.672.54-
YUV30.35135.7156.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=58.20%
G=5.74%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7174400.900.380.72325.3182.0515.29
Hex4772C05A264814552f
Octal10775401324611050512217
Binary100011111110110001011010100110100100010100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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