#602830

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

Shades of Jazz #602830

Tints of Jazz #602830

Color information

#602830 (or 0x602830) is unknown color: approx Jazz. HEX triplet: 60, 28 and 30. RGB value is (96,40,48). Sum of RGB (Red+Green+Blue) = 96+40+48=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #602830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602830 is #9FD7CF. Grayscale: #393939. Windows color (decimal): -10475472 or 3156064. OLE color: 3156064.

HSL color Cylindrical-coordinate representation of color #602830: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602830 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB964048-
CMYK00.580.500.62
HSL351.43º41.18%26.67%-
HSV(B)351.43º58.33%37.65%-
XYZ6.124.223.29-
YUV57.66122.55155.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96404800.580.500.62351.4341.1826.67
Hex60283003A323E15f291b
Octal140506007262765375133
Binary1100000101000110000011101011001011111010101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602830; }

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

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

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

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

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

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

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

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