#602630

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

Shades of Jazz #602630

Tints of Jazz #602630

Color information

#602630 (or 0x602630) is unknown color: approx Jazz. HEX triplet: 60, 26 and 30. RGB value is (96,38,48). Sum of RGB (Red+Green+Blue) = 96+38+48=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #602630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602630 is #9FD9CF. Grayscale: #383838. Windows color (decimal): -10475984 or 3155552. OLE color: 3155552.

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

Color convert

RGB963848-
CMYK00.600.500.62
HSL349.66º43.28%26.27%-
HSV(B)349.66º60.42%37.65%-
XYZ6.054.093.27-
YUV56.48123.22156.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=52.75%
G=20.88%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96384800.600.500.62349.6643.2826.27
Hex60263003C323E15e2b1a
Octal140466007462765365332
Binary1100000100110110000011110011001011111010101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602630; }

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

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

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

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

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

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

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

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