Html Css Color HEX #392A44 Jagger

📋 copy color: '#392A44'

red 57 ◦ green 42 ◦ blue 68

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

Shades of Jagger #392A44

Tints of Jagger #392A44

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.15%

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

R = 34.13%
G = 25.15%
B = 40.72%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392A44 (or 0x392A44) is known color: Jagger. HEX triplet: 39, 2A and 44. RGB value is (57,42,68). Sum of RGB (Red+Green+Blue) = 57+42+68=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #392A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A44 is #C6D5BB. Grayscale: #313131. Windows color (decimal): -13030844 or 4467257. OLE color: 4467257.

HSL color Cylindrical-coordinate representation of color #392A44: hue angle of 274.62º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #392A44 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 42 68 -
CMYK 0.16 0.38 0 0.73
HSL 274.62º 0.24% 0.22% -
HSV(B) 274.62º 0.38% 0.27% -
XYZ 3.56 2.94 5.85 -
YUV 49.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 57 42 68 0.16 0.38 0 0.73 274.62 0.24 0.22
Hex 39 2A 44 10 26 0 49 113 18 16
Octal 71 52 104 20 46 0 111 423 30 26
Binary 111001 101010 1000100 10000 100110 0 1001001 100010011 11000 10110

Color Harmonies of #392A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A44

Black with #392A44

Text Example


Text Example

White with #392A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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