#603031

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

Shades of Jazz #603031

Tints of Jazz #603031

Color information

#603031 (or 0x603031) is unknown color: approx Jazz. HEX triplet: 60, 30 and 31. RGB value is (96,48,49). Sum of RGB (Red+Green+Blue) = 96+48+49=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #603031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603031 is #9FCFCE. Grayscale: #3E3E3E. Windows color (decimal): -10473423 or 3223648. OLE color: 3223648.

HSL color Cylindrical-coordinate representation of color #603031: hue angle of 358.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603031 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB964849-
CMYK00.500.490.62
HSL358.75º33.33%28.24%-
HSV(B)358.75º50%37.65%-
XYZ6.444.823.5-
YUV62.47120.4151.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=49.74%
G=24.87%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96484900.500.490.62358.7533.3328.24
Hex603031032313E167211c
Octal140606106261765474134
Binary1100000110000110001011001011000111111010110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603031; }

 p { color: rgb(96,48,49); }

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

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

 a { background-color: rgb(96,48,49); }

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

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

 span { border-color: rgb(96,48,49); }

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