#471132

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

Shades of Blackberry #471132

Tints of Blackberry #471132

Color information

#471132 (or 0x471132) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 32. RGB value is (71,17,50). Sum of RGB (Red+Green+Blue) = 71+17+50=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471132 is #B8EECD. Grayscale: #242424. Windows color (decimal): -12119758 or 3281223. OLE color: 3281223.

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

Color convert

RGB711750-
CMYK00.760.300.72
HSL323.33º61.36%17.25%-
HSV(B)323.33º76.06%27.84%-
XYZ3.371.973.22-
YUV36.91135.39152.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=51.45%
G=12.32%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71175000.760.300.72323.3361.3617.25
Hex47113204C1E481433d11
Octal10721620114361105037521
Binary1000111100011100100100110011110100100010100001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471132; }

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

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

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

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

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

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

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

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