Html Css Color HEX #392344 Jagger

📋 copy color: '#392344'

red 57 ◦ green 35 ◦ blue 68

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

Shades of Jagger #392344

Tints of Jagger #392344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 35.63%
G = 21.88%
B = 42.5%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392344 (or 0x392344) is known color: Jagger. HEX triplet: 39, 23 and 44. RGB value is (57,35,68). Sum of RGB (Red+Green+Blue) = 57+35+68=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #392344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392344 is #C6DCBB. Grayscale: #2D2D2D. Windows color (decimal): -13032636 or 4465465. OLE color: 4465465.

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

Color convert

RGB 57 35 68 -
CMYK 0.16 0.49 0 0.73
HSL 280º 0.32% 0.2% -
HSV(B) 280º 0.49% 0.27% -
XYZ 3.33 2.49 5.77 -
YUV 45.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 57 35 68 0.16 0.49 0 0.73 280 0.32 0.2
Hex 39 23 44 10 31 0 49 118 20 14
Octal 71 43 104 20 61 0 111 430 40 24
Binary 111001 100011 1000100 10000 110001 0 1001001 100011000 100000 10100

Color Harmonies of #392344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392344

Black with #392344

Text Example


Text Example

White with #392344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392344; }

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

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

background-color css

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

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

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

border-color css

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

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

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