Html Css Color HEX #392C47 Jagger

📋 copy color: '#392C47'

red 57 ◦ green 44 ◦ blue 71

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

Shades of Jagger #392C47

Tints of Jagger #392C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 33.14%
G = 25.58%
B = 41.28%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392C47 (or 0x392C47) is known color: Jagger. HEX triplet: 39, 2C and 47. RGB value is (57,44,71). Sum of RGB (Red+Green+Blue) = 57+44+71=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #392C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C47 is #C6D3B8. Grayscale: #323232. Windows color (decimal): -13030329 or 4664377. OLE color: 4664377.

HSL color Cylindrical-coordinate representation of color #392C47: hue angle of 268.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #392C47 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 44 71 -
CMYK 0.20 0.38 0 0.72
HSL 268.89º 0.23% 0.23% -
HSV(B) 268.89º 0.38% 0.28% -
XYZ 3.73 3.13 6.37 -
YUV 50.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 57 44 71 0.20 0.38 0 0.72 268.89 0.23 0.23
Hex 39 2C 47 14 26 0 48 10D 17 17
Octal 71 54 107 24 46 0 110 415 27 27
Binary 111001 101100 1000111 10100 100110 0 1001000 100001101 10111 10111

Color Harmonies of #392C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C47

Black with #392C47

Text Example


Text Example

White with #392C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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