#47122C

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

Shades of Blackberry #47122C

Tints of Blackberry #47122C

Color information

#47122C (or 0x47122C) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 2C. RGB value is (71,18,44). Sum of RGB (Red+Green+Blue) = 71+18+44=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122C is #B8EDD3. Grayscale: #242424. Windows color (decimal): -12119508 or 2888263. OLE color: 2888263.

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

Color convert

RGB711844-
CMYK00.750.380.72
HSL330.57º59.55%17.45%-
HSV(B)330.57º74.65%27.84%-
XYZ3.271.952.59-
YUV36.81132.06152.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=53.38%
G=13.53%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71184400.750.380.72330.5759.5517.45
Hex47122C04B264814b3c11
Octal10722540113461105137421
Binary10001111001010110001001011100110100100010100101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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