Html Css Color HEX #392449 Jagger

📋 copy color: '#392449'

red 57 ◦ green 36 ◦ blue 73

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

Shades of Jagger #392449

Tints of Jagger #392449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 43.98%

R = 34.34%
G = 21.69%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#392449 (or 0x392449) is known color: Jagger. HEX triplet: 39, 24 and 49. RGB value is (57,36,73). Sum of RGB (Red+Green+Blue) = 57+36+73=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #392449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392449 is #C6DBB6. Grayscale: #2E2E2E. Windows color (decimal): -13032375 or 4793401. OLE color: 4793401.

HSL color Cylindrical-coordinate representation of color #392449: hue angle of 274.05º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392449 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 36 73 -
CMYK 0.22 0.51 0 0.71
HSL 274.05º 0.34% 0.21% -
HSV(B) 274.05º 0.51% 0.29% -
XYZ 3.52 2.61 6.62 -
YUV 46.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 57 36 73 0.22 0.51 0 0.71 274.05 0.34 0.21
Hex 39 24 49 16 33 0 47 112 22 15
Octal 71 44 111 26 63 0 107 422 42 25
Binary 111001 100100 1001001 10110 110011 0 1000111 100010010 100010 10101

Color Harmonies of #392449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392449

Black with #392449

Text Example


Text Example

White with #392449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392449; }

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

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

background-color css

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

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

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

border-color css

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

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

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