Html Css Color HEX #602430 Jazz

📋 copy color: '#602430'

red 96 ◦ green 36 ◦ blue 48

#602430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #602430

Tints of Jazz #602430

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 value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#602430 (or 0x602430) is known color: 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

RGB 96 36 48 -
CMYK 0 0.62 0.50 0.62
HSL 348º 0.45% 0.26% -
HSV(B) 348º 0.63% 0.38% -
XYZ 5.99 3.96 3.25 -
YUV 55.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 96 36 48 0 0.62 0.50 0.62 348 0.45 0.26
Hex 60 24 30 0 3E 32 3E 15C 2D 1A
Octal 140 44 60 0 76 62 76 534 55 32
Binary 1100000 100100 110000 0 111110 110010 111110 101011100 101101 11010

Color Harmonies of #602430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602430

Black with #602430

Text Example


Text Example

White with #602430

Text Example


Text Example

HTML Codes & Css Web 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>