Html Css Color HEX #392848 Jagger

📋 copy color: '#392848'

red 57 ◦ green 40 ◦ blue 72

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

Shades of Jagger #392848

Tints of Jagger #392848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 33.73%
G = 23.67%
B = 42.6%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392848 (or 0x392848) is known color: Jagger. HEX triplet: 39, 28 and 48. RGB value is (57,40,72). Sum of RGB (Red+Green+Blue) = 57+40+72=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #392848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392848 is #C6D7B7. Grayscale: #303030. Windows color (decimal): -13031352 or 4728889. OLE color: 4728889.

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

Color convert

RGB 57 40 72 -
CMYK 0.21 0.44 0 0.72
HSL 271.88º 0.29% 0.22% -
HSV(B) 271.88º 0.44% 0.28% -
XYZ 3.62 2.86 6.49 -
YUV 48.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 57 40 72 0.21 0.44 0 0.72 271.88 0.29 0.22
Hex 39 28 48 15 2C 0 48 110 1D 16
Octal 71 50 110 25 54 0 110 420 35 26
Binary 111001 101000 1001000 10101 101100 0 1001000 100010000 11101 10110

Color Harmonies of #392848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392848

Black with #392848

Text Example


Text Example

White with #392848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392848; }

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

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

background-color css

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

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

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

border-color css

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

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

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