#39323C

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

Shades of Jagger #39323C

Tints of Jagger #39323C

Color information

#39323C (or 0x39323C) is unknown color: approx Jagger. HEX triplet: 39, 32 and 3C. RGB value is (57,50,60). Sum of RGB (Red+Green+Blue) = 57+50+60=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 60 - color contains mainly: blue. Hex color #39323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39323C is #C6CDC3. Grayscale: #353535. Windows color (decimal): -13028804 or 3945017. OLE color: 3945017.

HSL color Cylindrical-coordinate representation of color #39323C: hue angle of 282º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #39323C is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB575060-
CMYK0.050.1700.76
HSL282º9.09%21.57%-
HSV(B)282º16.67%23.53%-
XYZ3.643.484.75-
YUV53.23131.82130.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=34.13%
G=29.94%
B=35.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5750600.050.1700.762829.0921.57
Hex39323C51104C11a916
Octal71627452101144321126
Binary1110011100101111001011000101001100100011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39323C; }

 p { color: rgb(57,50,60); }

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

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

 a { background-color: rgb(57,50,60); }

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

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

 span { border-color: rgb(57,50,60); }

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