#602F33

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

Shades of Jazz #602F33

Tints of Jazz #602F33

Color information

#602F33 (or 0x602F33) is unknown color: approx Jazz. HEX triplet: 60, 2F and 33. RGB value is (96,47,51). Sum of RGB (Red+Green+Blue) = 96+47+51=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F33 is #9FD0CC. Grayscale: #3E3E3E. Windows color (decimal): -10473677 or 3354464. OLE color: 3354464.

HSL color Cylindrical-coordinate representation of color #602F33: hue angle of 355.1º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F33 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB964751-
CMYK00.510.470.62
HSL355.1º34.27%28.04%-
HSV(B)355.1º51.04%37.65%-
XYZ6.444.763.71-
YUV62.11121.73152.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=49.48%
G=24.23%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96475100.510.470.62355.134.2728.04
Hex602F330332F3E163221c
Octal140576306357765434234
Binary1100000101111110011011001110111111111010110001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602F33; }

 p { color: rgb(96,47,51); }

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

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

 a { background-color: rgb(96,47,51); }

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

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

 span { border-color: rgb(96,47,51); }

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