#602430

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

Shades of Jazz #602430

Tints of Jazz #602430

Color information

#602430 (or 0x602430) is unknown color: approx Jazz. HEX triplet: 60, 24 and 30. RGB value is (96,36,48). Sum of RGB (Red+Green+Blue) = 96+36+48=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602430 is #9FDBCF. Grayscale: #373737. Windows color (decimal): -10476496 or 3155040. OLE color: 3155040.

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

Color convert

RGB963648-
CMYK00.620.500.62
HSL348º45.45%25.88%-
HSV(B)348º62.5%37.65%-
XYZ5.993.963.25-
YUV55.31123.88157.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96364800.620.500.6234845.4525.88
Hex60243003E323E15c2d1a
Octal140446007662765345532
Binary1100000100100110000011111011001011111010101110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602430; }

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

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

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

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

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

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

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

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