Html Css Color HEX #392F42 Jagger

📋 copy color: '#392F42'

red 57 ◦ green 47 ◦ blue 66

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

Shades of Jagger #392F42

Tints of Jagger #392F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 33.53%
G = 27.65%
B = 38.82%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#392F42 (or 0x392F42) is known color: Jagger. HEX triplet: 39, 2F and 42. RGB value is (57,47,66). Sum of RGB (Red+Green+Blue) = 57+47+66=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #392F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F42 is #C6D0BD. Grayscale: #343434. Windows color (decimal): -13029566 or 4337465. OLE color: 4337465.

HSL color Cylindrical-coordinate representation of color #392F42: hue angle of 271.58º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #392F42 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 47 66 -
CMYK 0.14 0.29 0 0.74
HSL 271.58º 0.17% 0.22% -
HSV(B) 271.58º 0.29% 0.26% -
XYZ 3.69 3.3 5.6 -
YUV 52.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 57 47 66 0.14 0.29 0 0.74 271.58 0.17 0.22
Hex 39 2F 42 E 1D 0 4A 110 11 16
Octal 71 57 102 16 35 0 112 420 21 26
Binary 111001 101111 1000010 1110 11101 0 1001010 100010000 10001 10110

Color Harmonies of #392F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F42

Black with #392F42

Text Example


Text Example

White with #392F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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