Html Css Color HEX #392D46 Jagger

📋 copy color: '#392D46'

red 57 ◦ green 45 ◦ blue 70

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

Shades of Jagger #392D46

Tints of Jagger #392D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.16%

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

R = 33.14%
G = 26.16%
B = 40.7%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392D46 (or 0x392D46) is known color: Jagger. HEX triplet: 39, 2D and 46. RGB value is (57,45,70). Sum of RGB (Red+Green+Blue) = 57+45+70=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #392D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D46 is #C6D2B9. Grayscale: #333333. Windows color (decimal): -13030074 or 4599097. OLE color: 4599097.

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

Color convert

RGB 57 45 70 -
CMYK 0.19 0.36 0 0.73
HSL 268.8º 0.22% 0.23% -
HSV(B) 268.8º 0.36% 0.27% -
XYZ 3.73 3.19 6.21 -
YUV 51.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 57 45 70 0.19 0.36 0 0.73 268.8 0.22 0.23
Hex 39 2D 46 13 24 0 49 10D 16 17
Octal 71 55 106 23 44 0 111 415 26 27
Binary 111001 101101 1000110 10011 100100 0 1001001 100001101 10110 10111

Color Harmonies of #392D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D46

Black with #392D46

Text Example


Text Example

White with #392D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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