Html Css Color HEX #39373A Jagger

📋 copy color: '#39373A'

red 57 ◦ green 55 ◦ blue 58

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

Shades of Jagger #39373A

Tints of Jagger #39373A

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#39373A (or 0x39373A) is known color: 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

RGB 57 55 58 -
CMYK 0.02 0.05 0 0.77
HSL 280º 0.03% 0.22% -
HSV(B) 280º 0.05% 0.23% -
XYZ 3.82 3.91 4.56 -
YUV 55.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 57 55 58 0.02 0.05 0 0.77 280 0.03 0.22
Hex 39 37 3A 2 5 0 4D 118 3 16
Octal 71 67 72 2 5 0 115 430 3 26
Binary 111001 110111 111010 10 101 0 1001101 100011000 11 10110

Color Harmonies of #39373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39373A

Black with #39373A

Text Example


Text Example

White with #39373A

Text Example


Text Example

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