#471E36

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

Shades of Blackberry #471E36

Tints of Blackberry #471E36

Color information

#471E36 (or 0x471E36) is unknown color: approx Blackberry. HEX triplet: 47, 1E and 36. RGB value is (71,30,54). Sum of RGB (Red+Green+Blue) = 71+30+54=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E36 is #B8E1C9. Grayscale: #2C2C2C. Windows color (decimal): -12116426 or 3546695. OLE color: 3546695.

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

Color convert

RGB713054-
CMYK00.580.240.72
HSL324.88º40.59%19.8%-
HSV(B)324.88º57.75%27.84%-
XYZ3.732.533.78-
YUV45133.08146.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=45.81%
G=19.35%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71305400.580.240.72324.8840.5919.8
Hex471E3603A18481452914
Octal1073666072301105055124
Binary100011111110110110011101011000100100010100010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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