#5F3138

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

Shades of Jazz #5F3138

Tints of Jazz #5F3138

Color information

#5F3138 (or 0x5F3138) is unknown color: approx Jazz. HEX triplet: 5F, 31 and 38. RGB value is (95,49,56). Sum of RGB (Red+Green+Blue) = 95+49+56=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3138 is #A0CEC7. Grayscale: #3F3F3F. Windows color (decimal): -10538696 or 3682655. OLE color: 3682655.

HSL color Cylindrical-coordinate representation of color #5F3138: hue angle of 350.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F3138 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB954956-
CMYK00.480.410.63
HSL350.87º31.94%28.24%-
HSV(B)350.87º48.42%37.25%-
XYZ6.534.924.35-
YUV63.55123.74150.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 56 (22.27% from 255) = 28%
R=47.5%
G=24.5%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95495600.480.410.63350.8731.9428.24
Hex5F3138030293F15f201c
Octal137617006051775374034
Binary1011111110001111000011000010100111111110101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3138; }

 p { color: rgb(95,49,56); }

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

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

 a { background-color: rgb(95,49,56); }

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

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

 span { border-color: rgb(95,49,56); }

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