#471337

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

Shades of Blackberry #471337

Tints of Blackberry #471337

Color information

#471337 (or 0x471337) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 37. RGB value is (71,19,55). Sum of RGB (Red+Green+Blue) = 71+19+55=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471337 is #B8ECC8. Grayscale: #262626. Windows color (decimal): -12119241 or 3609415. OLE color: 3609415.

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

Color convert

RGB711955-
CMYK00.730.230.72
HSL318.46º57.78%17.65%-
HSV(B)318.46º73.24%27.84%-
XYZ3.522.083.83-
YUV38.65137.23151.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=48.97%
G=13.10%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71195500.730.230.72318.4657.7817.65
Hex471337049174813e3a12
Octal10723670111271104767222
Binary1000111100111101110100100110111100100010011111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471337; }

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

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

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

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

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

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

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

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