Html Css Color HEX #392748 Jagger

📋 copy color: '#392748'

red 57 ◦ green 39 ◦ blue 72

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

Shades of Jagger #392748

Tints of Jagger #392748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.21%

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

R = 33.93%
G = 23.21%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392748 (or 0x392748) is known color: Jagger. HEX triplet: 39, 27 and 48. RGB value is (57,39,72). Sum of RGB (Red+Green+Blue) = 57+39+72=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #392748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392748 is #C6D8B7. Grayscale: #303030. Windows color (decimal): -13031608 or 4728633. OLE color: 4728633.

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

Color convert

RGB 57 39 72 -
CMYK 0.21 0.46 0 0.72
HSL 272.73º 0.3% 0.22% -
HSV(B) 272.73º 0.46% 0.28% -
XYZ 3.58 2.79 6.48 -
YUV 48.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 57 39 72 0.21 0.46 0 0.72 272.73 0.3 0.22
Hex 39 27 48 15 2E 0 48 111 1E 16
Octal 71 47 110 25 56 0 110 421 36 26
Binary 111001 100111 1001000 10101 101110 0 1001000 100010001 11110 10110

Color Harmonies of #392748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392748

Black with #392748

Text Example


Text Example

White with #392748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392748; }

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

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

background-color css

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

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

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

border-color css

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

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

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