#471133

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

Shades of Blackberry #471133

Tints of Blackberry #471133

Color information

#471133 (or 0x471133) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 33. RGB value is (71,17,51). Sum of RGB (Red+Green+Blue) = 71+17+51=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471133 is #B8EECC. Grayscale: #242424. Windows color (decimal): -12119757 or 3346759. OLE color: 3346759.

HSL color Cylindrical-coordinate representation of color #471133: hue angle of 322.22º 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 #471133 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB711751-
CMYK00.760.280.72
HSL322.22º61.36%17.25%-
HSV(B)322.22º76.06%27.84%-
XYZ3.41.983.34-
YUV37.02135.89152.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=51.08%
G=12.23%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71175100.760.280.72322.2261.3617.25
Hex47113304C1C481423d11
Octal10721630114341105027521
Binary1000111100011100110100110011100100100010100001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471133; }

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

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

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

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

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

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

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

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