#471437

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

Shades of Blackberry #471437

Tints of Blackberry #471437

Color information

#471437 (or 0x471437) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 37. RGB value is (71,20,55). Sum of RGB (Red+Green+Blue) = 71+20+55=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471437 is #B8EBC8. Grayscale: #272727. Windows color (decimal): -12118985 or 3609671. OLE color: 3609671.

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

Color convert

RGB712055-
CMYK00.720.230.72
HSL318.82º56.04%17.84%-
HSV(B)318.82º71.83%27.84%-
XYZ3.542.123.84-
YUV39.24136.9150.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=48.63%
G=13.70%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71205500.720.230.72318.8256.0417.84
Hex471437048174813f3812
Octal10724670110271104777022
Binary1000111101001101110100100010111100100010011111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471437; }

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

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

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

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

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

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

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

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