#471F38

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

Shades of Blackberry #471F38

Tints of Blackberry #471F38

Color information

#471F38 (or 0x471F38) is unknown color: approx Blackberry. HEX triplet: 47, 1F and 38. RGB value is (71,31,56). Sum of RGB (Red+Green+Blue) = 71+31+56=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F38 is #B8E0C7. Grayscale: #2D2D2D. Windows color (decimal): -12116168 or 3678023. OLE color: 3678023.

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

Color convert

RGB713156-
CMYK00.560.210.72
HSL322.5º39.22%20%-
HSV(B)322.5º56.34%27.84%-
XYZ3.82.614.04-
YUV45.81133.75145.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=44.94%
G=19.62%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71315600.560.210.72322.539.2220
Hex471F3803815481422714
Octal1073770070251105024724
Binary100011111111111000011100010101100100010100001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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