Html Css Color HEX #392E42 Jagger

📋 copy color: '#392E42'

red 57 ◦ green 46 ◦ blue 66

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

Shades of Jagger #392E42

Tints of Jagger #392E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

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

R = 33.73%
G = 27.22%
B = 39.05%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#392E42 (or 0x392E42) is known color: Jagger. HEX triplet: 39, 2E and 42. RGB value is (57,46,66). Sum of RGB (Red+Green+Blue) = 57+46+66=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #392E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E42 is #C6D1BD. Grayscale: #333333. Windows color (decimal): -13029822 or 4337209. OLE color: 4337209.

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

Color convert

RGB 57 46 66 -
CMYK 0.14 0.30 0 0.74
HSL 273º 0.18% 0.22% -
HSV(B) 273º 0.3% 0.26% -
XYZ 3.65 3.22 5.58 -
YUV 51.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 57 46 66 0.14 0.30 0 0.74 273 0.18 0.22
Hex 39 2E 42 E 1E 0 4A 111 12 16
Octal 71 56 102 16 36 0 112 421 22 26
Binary 111001 101110 1000010 1110 11110 0 1001010 100010001 10010 10110

Color Harmonies of #392E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E42

Black with #392E42

Text Example


Text Example

White with #392E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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