Html Css Color HEX #39363B Jagger

📋 copy color: '#39363B'

red 57 ◦ green 54 ◦ blue 59

#39363B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #39363B

Tints of Jagger #39363B

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 value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#39363B (or 0x39363B) is known color: 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

RGB 57 54 59 -
CMYK 0.03 0.08 0 0.77
HSL 276º 0.04% 0.22% -
HSV(B) 276º 0.08% 0.23% -
XYZ 3.8 3.82 4.68 -
YUV 55.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 57 54 59 0.03 0.08 0 0.77 276 0.04 0.22
Hex 39 36 3B 3 8 0 4D 114 4 16
Octal 71 66 73 3 10 0 115 424 4 26
Binary 111001 110110 111011 11 1000 0 1001101 100010100 100 10110

Color Harmonies of #39363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39363B

Black with #39363B

Text Example


Text Example

White with #39363B

Text Example


Text Example

HTML Codes & Css Web 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>