#471F36

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

Shades of Blackberry #471F36

Tints of Blackberry #471F36

Color information

#471F36 (or 0x471F36) is unknown color: approx Blackberry. HEX triplet: 47, 1F and 36. RGB value is (71,31,54). Sum of RGB (Red+Green+Blue) = 71+31+54=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F36 is #B8E0C9. Grayscale: #2D2D2D. Windows color (decimal): -12116170 or 3546951. OLE color: 3546951.

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

Color convert

RGB713154-
CMYK00.560.240.72
HSL325.5º39.22%20%-
HSV(B)325.5º56.34%27.84%-
XYZ3.752.593.79-
YUV45.58132.75146.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=45.51%
G=19.87%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71315400.560.240.72325.539.2220
Hex471F3603818481462714
Octal1073766070301105064724
Binary100011111111110110011100011000100100010100011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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