#47113D

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

Shades of Blackberry #47113D

Tints of Blackberry #47113D

Color information

#47113D (or 0x47113D) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 3D. RGB value is (71,17,61). Sum of RGB (Red+Green+Blue) = 71+17+61=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113D is #B8EEC2. Grayscale: #262626. Windows color (decimal): -12119747 or 4002119. OLE color: 4002119.

HSL color Cylindrical-coordinate representation of color #47113D: hue angle of 311.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47113D is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB711761-
CMYK00.760.140.72
HSL311.11º61.36%17.25%-
HSV(B)311.11º76.06%27.84%-
XYZ3.642.084.62-
YUV38.16140.89151.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=47.65%
G=11.41%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71176100.760.140.72311.1161.3617.25
Hex47113D04CE481373d11
Octal10721750114161104677521
Binary100011110001111101010011001110100100010011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,17,61); }

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

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

 a { background-color: rgb(71,17,61); }

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

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

 span { border-color: rgb(71,17,61); }

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