#471F32

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

Shades of Blackberry #471F32

Tints of Blackberry #471F32

Color information

#471F32 (or 0x471F32) is unknown color: approx Blackberry. HEX triplet: 47, 1F and 32. RGB value is (71,31,50). Sum of RGB (Red+Green+Blue) = 71+31+50=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F32 is #B8E0CD. Grayscale: #2D2D2D. Windows color (decimal): -12116174 or 3284807. OLE color: 3284807.

HSL color Cylindrical-coordinate representation of color #471F32: hue angle of 331.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 #471F32 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB713150-
CMYK00.560.300.72
HSL331.5º39.22%20%-
HSV(B)331.5º56.34%27.84%-
XYZ3.662.553.32-
YUV45.13130.75146.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=46.71%
G=20.39%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71315000.560.300.72331.539.2220
Hex471F320381E4814c2714
Octal1073762070361105144724
Binary100011111111110010011100011110100100010100110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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