Html Css Color HEX #392544 Jagger

📋 copy color: '#392544'

red 57 ◦ green 37 ◦ blue 68

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

Shades of Jagger #392544

Tints of Jagger #392544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 68 (26.95% from 255) = 41.98%

R = 35.19%
G = 22.84%
B = 41.98%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392544 (or 0x392544) is known color: Jagger. HEX triplet: 39, 25 and 44. RGB value is (57,37,68). Sum of RGB (Red+Green+Blue) = 57+37+68=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #392544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392544 is #C6DABB. Grayscale: #2E2E2E. Windows color (decimal): -13032124 or 4465977. OLE color: 4465977.

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

Color convert

RGB 57 37 68 -
CMYK 0.16 0.46 0 0.73
HSL 278.71º 0.3% 0.21% -
HSV(B) 278.71º 0.46% 0.27% -
XYZ 3.39 2.61 5.79 -
YUV 46.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 57 37 68 0.16 0.46 0 0.73 278.71 0.3 0.21
Hex 39 25 44 10 2E 0 49 117 1E 15
Octal 71 45 104 20 56 0 111 427 36 25
Binary 111001 100101 1000100 10000 101110 0 1001001 100010111 11110 10101

Color Harmonies of #392544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392544

Black with #392544

Text Example


Text Example

White with #392544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392544; }

 p { color: rgb(57,37,68); }

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

background-color css

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

 a { background-color: rgb(57,37,68); }

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

border-color css

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

 span { border-color: rgb(57,37,68); }

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