#471333

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

Shades of Blackberry #471333

Tints of Blackberry #471333

Color information

#471333 (or 0x471333) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 33. RGB value is (71,19,51). Sum of RGB (Red+Green+Blue) = 71+19+51=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471333 is #B8ECCC. Grayscale: #262626. Windows color (decimal): -12119245 or 3347271. OLE color: 3347271.

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

Color convert

RGB711951-
CMYK00.730.280.72
HSL323.08º57.78%17.65%-
HSV(B)323.08º73.24%27.84%-
XYZ3.432.043.35-
YUV38.2135.23151.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=50.35%
G=13.48%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71195100.730.280.72323.0857.7817.65
Hex4713330491C481433a12
Octal10723630111341105037222
Binary1000111100111100110100100111100100100010100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471333; }

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

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

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

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

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

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

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

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