Html Css Color HEX #392849 Jagger

📋 copy color: '#392849'

red 57 ◦ green 40 ◦ blue 73

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

Shades of Jagger #392849

Tints of Jagger #392849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

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

R = 33.53%
G = 23.53%
B = 42.94%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#392849 (or 0x392849) is known color: Jagger. HEX triplet: 39, 28 and 49. RGB value is (57,40,73). Sum of RGB (Red+Green+Blue) = 57+40+73=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #392849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392849 is #C6D7B6. Grayscale: #303030. Windows color (decimal): -13031351 or 4794425. OLE color: 4794425.

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

Color convert

RGB 57 40 73 -
CMYK 0.22 0.45 0 0.71
HSL 270.91º 0.29% 0.22% -
HSV(B) 270.91º 0.45% 0.29% -
XYZ 3.65 2.87 6.66 -
YUV 48.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 57 40 73 0.22 0.45 0 0.71 270.91 0.29 0.22
Hex 39 28 49 16 2D 0 47 10F 1D 16
Octal 71 50 111 26 55 0 107 417 35 26
Binary 111001 101000 1001001 10110 101101 0 1000111 100001111 11101 10110

Color Harmonies of #392849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392849

Black with #392849

Text Example


Text Example

White with #392849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392849; }

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

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

background-color css

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

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

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

border-color css

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

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

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