#39363B

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

Shades of Jagger #39363B

Tints of Jagger #39363B

Color information

#39363B (or 0x39363B) is unknown color: approx Jagger. HEX triplet: 39, 36 and 3B. RGB value is (57,54,59). Sum of RGB (Red+Green+Blue) = 57+54+59=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 59 - color contains mainly: blue. Hex color #39363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39363B is #C6C9C4. Grayscale: #373737. Windows color (decimal): -13027781 or 3880505. OLE color: 3880505.

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

Color convert

RGB575459-
CMYK0.030.0800.77
HSL276º4.42%22.16%-
HSV(B)276º8.47%23.14%-
XYZ3.83.824.68-
YUV55.47129.99129.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=33.53%
G=31.76%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5754590.030.0800.772764.4222.16
Hex39363B3804D114416
Octal7166733100115424426
Binary1110011101101110111110000100110110001010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39363B; }

 p { color: rgb(57,54,59); }

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

<style>
 a { background-color: #39363B; }

 a { background-color: rgb(57,54,59); }

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

<style>
 span { border-color: #39363B; }

 span { border-color: rgb(57,54,59); }

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