#602F30

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

Shades of Jazz #602F30

Tints of Jazz #602F30

Color information

#602F30 (or 0x602F30) is unknown color: approx Jazz. HEX triplet: 60, 2F and 30. RGB value is (96,47,48). Sum of RGB (Red+Green+Blue) = 96+47+48=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #602F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F30 is #9FD0CF. Grayscale: #3D3D3D. Windows color (decimal): -10473680 or 3157856. OLE color: 3157856.

HSL color Cylindrical-coordinate representation of color #602F30: hue angle of 358.78º 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 #602F30 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB964748-
CMYK00.510.500.62
HSL358.78º34.27%28.04%-
HSV(B)358.78º51.04%37.65%-
XYZ6.374.733.37-
YUV61.76120.23152.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=50.26%
G=24.61%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96474800.510.500.62358.7834.2728.04
Hex602F30033323E167221c
Octal140576006362765474234
Binary1100000101111110000011001111001011111010110011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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