#471433

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

Shades of Blackberry #471433

Tints of Blackberry #471433

Color information

#471433 (or 0x471433) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 33. RGB value is (71,20,51). Sum of RGB (Red+Green+Blue) = 71+20+51=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471433 is #B8EBCC. Grayscale: #262626. Windows color (decimal): -12118989 or 3347527. OLE color: 3347527.

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

Color convert

RGB712051-
CMYK00.720.280.72
HSL323.53º56.04%17.84%-
HSV(B)323.53º71.83%27.84%-
XYZ3.452.083.35-
YUV38.78134.9150.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=50%
G=14.08%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71205100.720.280.72323.5356.0417.84
Hex4714330481C481443812
Octal10724630110341105047022
Binary1000111101001100110100100011100100100010100010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471433; }

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

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

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

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

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

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

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

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