#47122D

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

Shades of Blackberry #47122D

Tints of Blackberry #47122D

Color information

#47122D (or 0x47122D) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 2D. RGB value is (71,18,45). Sum of RGB (Red+Green+Blue) = 71+18+45=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122D is #B8EDD2. Grayscale: #242424. Windows color (decimal): -12119507 or 2953799. OLE color: 2953799.

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

Color convert

RGB711845-
CMYK00.750.370.72
HSL329.43º59.55%17.45%-
HSV(B)329.43º74.65%27.84%-
XYZ3.291.962.69-
YUV36.92132.56152.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=52.99%
G=13.43%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71184500.750.370.72329.4359.5517.45
Hex47122D04B25481493c11
Octal10722550113451105117421
Binary10001111001010110101001011100101100100010100100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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