#471B39

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

Shades of Blackberry #471B39

Tints of Blackberry #471B39

Color information

#471B39 (or 0x471B39) is unknown color: approx Blackberry. HEX triplet: 47, 1B and 39. RGB value is (71,27,57). Sum of RGB (Red+Green+Blue) = 71+27+57=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B39 is #B8E4C6. Grayscale: #2B2B2B. Windows color (decimal): -12117191 or 3742535. OLE color: 3742535.

HSL color Cylindrical-coordinate representation of color #471B39: hue angle of 319.09º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B39 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB712757-
CMYK00.620.200.72
HSL319.09º44.9%19.22%-
HSV(B)319.09º61.97%27.84%-
XYZ3.732.424.14-
YUV43.58135.58147.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=45.81%
G=17.42%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71275700.620.200.72319.0944.919.22
Hex471B3903E144813f2d13
Octal1073371076241104775523
Binary100011111011111001011111010100100100010011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471B39; }

 p { color: rgb(71,27,57); }

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

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

 a { background-color: rgb(71,27,57); }

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

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

 span { border-color: rgb(71,27,57); }

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