Html Css Color HEX #392949 Jagger

📋 copy color: '#392949'

red 57 ◦ green 41 ◦ blue 73

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

Shades of Jagger #392949

Tints of Jagger #392949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

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

R = 33.33%
G = 23.98%
B = 42.69%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#392949 (or 0x392949) is known color: Jagger. HEX triplet: 39, 29 and 49. RGB value is (57,41,73). Sum of RGB (Red+Green+Blue) = 57+41+73=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #392949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392949 is #C6D6B6. Grayscale: #313131. Windows color (decimal): -13031095 or 4794681. OLE color: 4794681.

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

Color convert

RGB 57 41 73 -
CMYK 0.22 0.44 0 0.71
HSL 270º 0.28% 0.22% -
HSV(B) 270º 0.44% 0.29% -
XYZ 3.68 2.94 6.68 -
YUV 49.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 57 41 73 0.22 0.44 0 0.71 270 0.28 0.22
Hex 39 29 49 16 2C 0 47 10E 1C 16
Octal 71 51 111 26 54 0 107 416 34 26
Binary 111001 101001 1001001 10110 101100 0 1000111 100001110 11100 10110

Color Harmonies of #392949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392949

Black with #392949

Text Example


Text Example

White with #392949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392949; }

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

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

background-color css

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

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

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

border-color css

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

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

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