#471C37

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

Shades of Blackberry #471C37

Tints of Blackberry #471C37

Color information

#471C37 (or 0x471C37) is unknown color: approx Blackberry. HEX triplet: 47, 1C and 37. RGB value is (71,28,55). Sum of RGB (Red+Green+Blue) = 71+28+55=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C37 is #B8E3C8. Grayscale: #2B2B2B. Windows color (decimal): -12116937 or 3611719. OLE color: 3611719.

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

Color convert

RGB712855-
CMYK00.610.230.72
HSL322.33º43.43%19.41%-
HSV(B)322.33º60.56%27.84%-
XYZ3.72.453.89-
YUV43.94134.25147.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=46.10%
G=18.18%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71285500.610.230.72322.3343.4319.41
Hex471C3703D17481422b13
Octal1073467075271105025323
Binary100011111100110111011110110111100100010100001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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