#39373A

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

Shades of Jagger #39373A

Tints of Jagger #39373A

Color information

#39373A (or 0x39373A) is unknown color: approx Jagger. HEX triplet: 39, 37 and 3A. RGB value is (57,55,58). Sum of RGB (Red+Green+Blue) = 57+55+58=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 58 - color contains mainly: blue. Hex color #39373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39373A is #C6C8C5. Grayscale: #373737. Windows color (decimal): -13027526 or 3815225. OLE color: 3815225.

HSL color Cylindrical-coordinate representation of color #39373A: hue angle of 280º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #39373A is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB575558-
CMYK0.020.0500.77
HSL280º2.65%22.16%-
HSV(B)280º5.17%22.75%-
XYZ3.823.914.56-
YUV55.94129.16128.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=33.53%
G=32.35%
B=34.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5755580.020.0500.772802.6522.16
Hex39373A2504D118316
Octal716772250115430326
Binary11100111011111101010101010011011000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39373A; }

 p { color: rgb(57,55,58); }

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

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

 a { background-color: rgb(57,55,58); }

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

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

 span { border-color: rgb(57,55,58); }

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