#47122A

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

Shades of Blackberry #47122A

Tints of Blackberry #47122A

Color information

#47122A (or 0x47122A) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 2A. RGB value is (71,18,42). Sum of RGB (Red+Green+Blue) = 71+18+42=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122A is #B8EDD5. Grayscale: #242424. Windows color (decimal): -12119510 or 2757191. OLE color: 2757191.

HSL color Cylindrical-coordinate representation of color #47122A: hue angle of 332.83º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47122A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB711842-
CMYK00.750.410.72
HSL332.83º59.55%17.45%-
HSV(B)332.83º74.65%27.84%-
XYZ3.231.942.39-
YUV36.58131.06152.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=54.20%
G=13.74%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71184200.750.410.72332.8359.5517.45
Hex47122A04B294814d3c11
Octal10722520113511105157421
Binary10001111001010101001001011101001100100010100110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47122A; }

 p { color: rgb(71,18,42); }

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

<style>
 a { background-color: #47122A; }

 a { background-color: rgb(71,18,42); }

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

<style>
 span { border-color: #47122A; }

 span { border-color: rgb(71,18,42); }

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