#47062C

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

Shades of Blackberry #47062C

Tints of Blackberry #47062C

Color information

#47062C (or 0x47062C) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 2C. RGB value is (71,6,44). Sum of RGB (Red+Green+Blue) = 71+6+44=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47062C is #B8F9D3. Grayscale: #1D1D1D. Windows color (decimal): -12122580 or 2885191. OLE color: 2885191.

HSL color Cylindrical-coordinate representation of color #47062C: hue angle of 324.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47062C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB71644-
CMYK00.920.380.72
HSL324.92º84.42%15.1%-
HSV(B)324.92º91.55%27.84%-
XYZ3.121.652.54-
YUV29.77136.03157.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=58.68%
G=4.96%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164400.920.380.72324.9284.4215.1
Hex4762C05C264814554f
Octal10765401344611050512417
Binary100011111010110001011100100110100100010100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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