Html Css Color HEX #392648 Jagger

📋 copy color: '#392648'

red 57 ◦ green 38 ◦ blue 72

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

Shades of Jagger #392648

Tints of Jagger #392648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

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

R = 34.13%
G = 22.75%
B = 43.11%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392648 (or 0x392648) is known color: Jagger. HEX triplet: 39, 26 and 48. RGB value is (57,38,72). Sum of RGB (Red+Green+Blue) = 57+38+72=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #392648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392648 is #C6D9B7. Grayscale: #2F2F2F. Windows color (decimal): -13031864 or 4728377. OLE color: 4728377.

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

Color convert

RGB 57 38 72 -
CMYK 0.21 0.47 0 0.72
HSL 273.53º 0.31% 0.22% -
HSV(B) 273.53º 0.47% 0.28% -
XYZ 3.55 2.72 6.47 -
YUV 47.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 57 38 72 0.21 0.47 0 0.72 273.53 0.31 0.22
Hex 39 26 48 15 2F 0 48 112 1F 16
Octal 71 46 110 25 57 0 110 422 37 26
Binary 111001 100110 1001000 10101 101111 0 1001000 100010010 11111 10110

Color Harmonies of #392648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392648

Black with #392648

Text Example


Text Example

White with #392648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392648; }

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

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

background-color css

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

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

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

border-color css

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

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

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