Html Css Color HEX #392C46 Jagger

📋 copy color: '#392C46'

red 57 ◦ green 44 ◦ blue 70

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

Shades of Jagger #392C46

Tints of Jagger #392C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 33.33%
G = 25.73%
B = 40.94%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392C46 (or 0x392C46) is known color: Jagger. HEX triplet: 39, 2C and 46. RGB value is (57,44,70). Sum of RGB (Red+Green+Blue) = 57+44+70=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #392C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C46 is #C6D3B9. Grayscale: #323232. Windows color (decimal): -13030330 or 4598841. OLE color: 4598841.

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

Color convert

RGB 57 44 70 -
CMYK 0.19 0.37 0 0.73
HSL 270º 0.23% 0.22% -
HSV(B) 270º 0.37% 0.27% -
XYZ 3.69 3.11 6.2 -
YUV 50.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 57 44 70 0.19 0.37 0 0.73 270 0.23 0.22
Hex 39 2C 46 13 25 0 49 10E 17 16
Octal 71 54 106 23 45 0 111 416 27 26
Binary 111001 101100 1000110 10011 100101 0 1001001 100001110 10111 10110

Color Harmonies of #392C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C46

Black with #392C46

Text Example


Text Example

White with #392C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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