#471332

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

Shades of Blackberry #471332

Tints of Blackberry #471332

Color information

#471332 (or 0x471332) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 32. RGB value is (71,19,50). Sum of RGB (Red+Green+Blue) = 71+19+50=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471332 is #B8ECCD. Grayscale: #262626. Windows color (decimal): -12119246 or 3281735. OLE color: 3281735.

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

Color convert

RGB711950-
CMYK00.730.300.72
HSL324.23º57.78%17.65%-
HSV(B)324.23º73.24%27.84%-
XYZ3.412.043.23-
YUV38.08134.73151.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=50.71%
G=13.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71195000.730.300.72324.2357.7817.65
Hex4713320491E481443a12
Octal10723620111361105047222
Binary1000111100111100100100100111110100100010100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471332; }

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

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

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

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

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

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

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

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