#472038

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

Shades of Blackberry #472038

Tints of Blackberry #472038

Color information

#472038 (or 0x472038) is unknown color: approx Blackberry. HEX triplet: 47, 20 and 38. RGB value is (71,32,56). Sum of RGB (Red+Green+Blue) = 71+32+56=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472038 is #B8DFC7. Grayscale: #2E2E2E. Windows color (decimal): -12115912 or 3678279. OLE color: 3678279.

HSL color Cylindrical-coordinate representation of color #472038: hue angle of 323.08º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472038 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB713256-
CMYK00.550.210.72
HSL323.08º37.86%20.2%-
HSV(B)323.08º54.93%27.84%-
XYZ3.832.664.05-
YUV46.4133.42145.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=44.65%
G=20.13%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71325600.550.210.72323.0837.8620.2
Hex47203803715481432614
Octal1074070067251105034624
Binary1000111100000111000011011110101100100010100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472038; }

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

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

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

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

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

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

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

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