Html Css Color HEX #392F40 Jagger

📋 copy color: '#392F40'

red 57 ◦ green 47 ◦ blue 64

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

Shades of Jagger #392F40

Tints of Jagger #392F40

RGB

 RED value IS 57 (22.66% from 255) = 33.93%

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 33.93%
G = 27.98%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392F40 (or 0x392F40) is known color: Jagger. HEX triplet: 39, 2F and 40. RGB value is (57,47,64). Sum of RGB (Red+Green+Blue) = 57+47+64=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #392F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F40 is #C6D0BF. Grayscale: #333333. Windows color (decimal): -13029568 or 4206393. OLE color: 4206393.

HSL color Cylindrical-coordinate representation of color #392F40: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #392F40 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 47 64 -
CMYK 0.11 0.27 0 0.75
HSL 275.29º 0.15% 0.22% -
HSV(B) 275.29º 0.27% 0.25% -
XYZ 3.63 3.27 5.29 -
YUV 51.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 57 47 64 0.11 0.27 0 0.75 275.29 0.15 0.22
Hex 39 2F 40 B 1B 0 4B 113 F 16
Octal 71 57 100 13 33 0 113 423 17 26
Binary 111001 101111 1000000 1011 11011 0 1001011 100010011 1111 10110

Color Harmonies of #392F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F40

Black with #392F40

Text Example


Text Example

White with #392F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392F40; }

 p { color: rgb(57,47,64); }

 H1.HeaderClassName
 {
   color: #392F40;
 }
 .AnyTagClassName
 {
   color: #392F40;
 }
</style>

background-color css

<style>
 a { background-color: #392F40; }

 a { background-color: rgb(57,47,64); }

 div.DivClassName
 {
   background-color: #392F40;
 }
 .BgClassName
 {
   background-color: #392F40;
 }
</style>

border-color css

<style>
 span { border-color: #392F40; }

 span { border-color: rgb(57,47,64); }

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