#47062F

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

Shades of Blackberry #47062F

Tints of Blackberry #47062F

Color information

#47062F (or 0x47062F) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 2F. RGB value is (71,6,47). Sum of RGB (Red+Green+Blue) = 71+6+47=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47062F is #B8F9D0. Grayscale: #1E1E1E. Windows color (decimal): -12122577 or 3081799. OLE color: 3081799.

HSL color Cylindrical-coordinate representation of color #47062F: hue angle of 322.15º 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 #47062F is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB71647-
CMYK00.920.340.72
HSL322.15º84.42%15.1%-
HSV(B)322.15º91.55%27.84%-
XYZ3.181.682.85-
YUV30.11137.53157.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=57.26%
G=4.84%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164700.920.340.72322.1584.4215.1
Hex4762F05C224814254f
Octal10765701344211050212417
Binary100011111010111101011100100010100100010100001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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