#47122E

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

Shades of Blackberry #47122E

Tints of Blackberry #47122E

Color information

#47122E (or 0x47122E) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 2E. RGB value is (71,18,46). Sum of RGB (Red+Green+Blue) = 71+18+46=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122E is #B8EDD1. Grayscale: #242424. Windows color (decimal): -12119506 or 3019335. OLE color: 3019335.

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

Color convert

RGB711846-
CMYK00.750.350.72
HSL328.3º59.55%17.45%-
HSV(B)328.3º74.65%27.84%-
XYZ3.311.972.79-
YUV37.04133.06152.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=52.59%
G=13.33%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71184600.750.350.72328.359.5517.45
Hex47122E04B23481483c11
Octal10722560113431105107421
Binary10001111001010111001001011100011100100010100100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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