Html Css Color HEX #392E46 Jagger

📋 copy color: '#392E46'

red 57 ◦ green 46 ◦ blue 70

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

Shades of Jagger #392E46

Tints of Jagger #392E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 32.95%
G = 26.59%
B = 40.46%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392E46 (or 0x392E46) is known color: Jagger. HEX triplet: 39, 2E and 46. RGB value is (57,46,70). Sum of RGB (Red+Green+Blue) = 57+46+70=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #392E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E46 is #C6D1B9. Grayscale: #333333. Windows color (decimal): -13029818 or 4599353. OLE color: 4599353.

HSL color Cylindrical-coordinate representation of color #392E46: hue angle of 267.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #392E46 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 46 70 -
CMYK 0.19 0.34 0 0.73
HSL 267.5º 0.21% 0.23% -
HSV(B) 267.5º 0.34% 0.27% -
XYZ 3.77 3.27 6.23 -
YUV 52.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 57 46 70 0.19 0.34 0 0.73 267.5 0.21 0.23
Hex 39 2E 46 13 22 0 49 10C 15 17
Octal 71 56 106 23 42 0 111 414 25 27
Binary 111001 101110 1000110 10011 100010 0 1001001 100001100 10101 10111

Color Harmonies of #392E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E46

Black with #392E46

Text Example


Text Example

White with #392E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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