#471E3B

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

Shades of Blackberry #471E3B

Tints of Blackberry #471E3B

Color information

#471E3B (or 0x471E3B) is unknown color: approx Blackberry. HEX triplet: 47, 1E and 3B. RGB value is (71,30,59). Sum of RGB (Red+Green+Blue) = 71+30+59=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E3B is #B8E1C4. Grayscale: #2D2D2D. Windows color (decimal): -12116421 or 3874375. OLE color: 3874375.

HSL color Cylindrical-coordinate representation of color #471E3B: hue angle of 317.56º 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 #471E3B is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB713059-
CMYK00.580.170.72
HSL317.56º40.59%19.8%-
HSV(B)317.56º57.75%27.84%-
XYZ3.852.584.43-
YUV45.56135.58146.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=44.38%
G=18.75%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71305900.580.170.72317.5640.5919.8
Hex471E3B03A114813e2914
Octal1073673072211104765124
Binary100011111110111011011101010001100100010011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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