#47123B

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

Shades of Blackberry #47123B

Tints of Blackberry #47123B

Color information

#47123B (or 0x47123B) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 3B. RGB value is (71,18,59). Sum of RGB (Red+Green+Blue) = 71+18+59=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123B is #B8EDC4. Grayscale: #262626. Windows color (decimal): -12119493 or 3871303. OLE color: 3871303.

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

Color convert

RGB711859-
CMYK00.750.170.72
HSL313.58º59.55%17.45%-
HSV(B)313.58º74.65%27.84%-
XYZ3.62.094.35-
YUV38.52139.56151.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=47.97%
G=12.16%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71185900.750.170.72313.5859.5517.45
Hex47123B04B114813a3c11
Octal10722730113211104727421
Binary1000111100101110110100101110001100100010011101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47123B; }

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

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

<style>
 a { background-color: #47123B; }

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

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

<style>
 span { border-color: #47123B; }

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

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