#39323D

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

Shades of Jagger #39323D

Tints of Jagger #39323D

Color information

#39323D (or 0x39323D) is unknown color: approx Jagger. HEX triplet: 39, 32 and 3D. RGB value is (57,50,61). Sum of RGB (Red+Green+Blue) = 57+50+61=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 61 - color contains mainly: blue. Hex color #39323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39323D is #C6CDC2. Grayscale: #353535. Windows color (decimal): -13028803 or 4010553. OLE color: 4010553.

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

Color convert

RGB575061-
CMYK0.070.1800.76
HSL278.18º9.91%21.76%-
HSV(B)278.18º18.03%23.92%-
XYZ3.673.494.89-
YUV53.35132.32130.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 61 (24.22% from 255) = 36.31%
R=33.93%
G=29.76%
B=36.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5750610.070.1800.76278.189.9121.76
Hex39323D71204C116a16
Octal71627572201144261226
Binary1110011100101111011111001001001100100010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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