#47133D

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

Shades of Blackberry #47133D

Tints of Blackberry #47133D

Color information

#47133D (or 0x47133D) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 3D. RGB value is (71,19,61). Sum of RGB (Red+Green+Blue) = 71+19+61=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133D is #B8ECC2. Grayscale: #272727. Windows color (decimal): -12119235 or 4002631. OLE color: 4002631.

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

Color convert

RGB711961-
CMYK00.730.140.72
HSL311.54º57.78%17.65%-
HSV(B)311.54º73.24%27.84%-
XYZ3.672.144.63-
YUV39.34140.23150.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=47.02%
G=12.58%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71196100.730.140.72311.5457.7817.65
Hex47133D049E481383a12
Octal10723750111161104707222
Binary100011110011111101010010011110100100010011100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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