#471A36

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

Shades of Blackberry #471A36

Tints of Blackberry #471A36

Color information

#471A36 (or 0x471A36) is unknown color: approx Blackberry. HEX triplet: 47, 1A and 36. RGB value is (71,26,54). Sum of RGB (Red+Green+Blue) = 71+26+54=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A36 is #B8E5C9. Grayscale: #2A2A2A. Windows color (decimal): -12117450 or 3545671. OLE color: 3545671.

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

Color convert

RGB712654-
CMYK00.630.240.72
HSL322.67º46.39%19.02%-
HSV(B)322.67º63.38%27.84%-
XYZ3.632.343.75-
YUV42.65134.41148.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=47.02%
G=17.22%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71265400.630.240.72322.6746.3919.02
Hex471A3603F18481432e13
Octal1073266077301105035623
Binary100011111010110110011111111000100100010100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,26,54); }

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

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

 a { background-color: rgb(71,26,54); }

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

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

 span { border-color: rgb(71,26,54); }

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