Html Css Color HEX #392444 Jagger

📋 copy color: '#392444'

red 57 ◦ green 36 ◦ blue 68

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

Shades of Jagger #392444

Tints of Jagger #392444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 35.4%
G = 22.36%
B = 42.24%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392444 (or 0x392444) is known color: Jagger. HEX triplet: 39, 24 and 44. RGB value is (57,36,68). Sum of RGB (Red+Green+Blue) = 57+36+68=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #392444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392444 is #C6DBBB. Grayscale: #2D2D2D. Windows color (decimal): -13032380 or 4465721. OLE color: 4465721.

HSL color Cylindrical-coordinate representation of color #392444: hue angle of 279.38º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #392444 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 36 68 -
CMYK 0.16 0.47 0 0.73
HSL 279.38º 0.31% 0.2% -
HSV(B) 279.38º 0.47% 0.27% -
XYZ 3.36 2.55 5.78 -
YUV 45.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 57 36 68 0.16 0.47 0 0.73 279.38 0.31 0.2
Hex 39 24 44 10 2F 0 49 117 1F 14
Octal 71 44 104 20 57 0 111 427 37 24
Binary 111001 100100 1000100 10000 101111 0 1001001 100010111 11111 10100

Color Harmonies of #392444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392444

Black with #392444

Text Example


Text Example

White with #392444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392444; }

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

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

background-color css

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

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

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

border-color css

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

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

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