Html Css Color HEX #392447 Jagger

📋 copy color: '#392447'

red 57 ◦ green 36 ◦ blue 71

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

Shades of Jagger #392447

Tints of Jagger #392447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

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

R = 34.76%
G = 21.95%
B = 43.29%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392447 (or 0x392447) is known color: Jagger. HEX triplet: 39, 24 and 47. RGB value is (57,36,71). Sum of RGB (Red+Green+Blue) = 57+36+71=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #392447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392447 is #C6DBB8. Grayscale: #2E2E2E. Windows color (decimal): -13032377 or 4662329. OLE color: 4662329.

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

Color convert

RGB 57 36 71 -
CMYK 0.20 0.49 0 0.72
HSL 276º 0.33% 0.21% -
HSV(B) 276º 0.49% 0.28% -
XYZ 3.46 2.59 6.28 -
YUV 46.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 57 36 71 0.20 0.49 0 0.72 276 0.33 0.21
Hex 39 24 47 14 31 0 48 114 21 15
Octal 71 44 107 24 61 0 110 424 41 25
Binary 111001 100100 1000111 10100 110001 0 1001000 100010100 100001 10101

Color Harmonies of #392447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392447

Black with #392447

Text Example


Text Example

White with #392447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392447; }

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

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

background-color css

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

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

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

border-color css

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

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

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