#47062E

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

Shades of Blackberry #47062E

Tints of Blackberry #47062E

Color information

#47062E (or 0x47062E) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 2E. RGB value is (71,6,46). Sum of RGB (Red+Green+Blue) = 71+6+46=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47062E is #B8F9D1. Grayscale: #1D1D1D. Windows color (decimal): -12122578 or 3016263. OLE color: 3016263.

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

Color convert

RGB71646-
CMYK00.920.350.72
HSL323.08º84.42%15.1%-
HSV(B)323.08º91.55%27.84%-
XYZ3.161.672.74-
YUV29.99137.03157.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=57.72%
G=4.88%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164600.920.350.72323.0884.4215.1
Hex4762E05C234814354f
Octal10765601344311050312417
Binary100011111010111001011100100011100100010100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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