Html Css Color HEX #392542 Jagger

📋 copy color: '#392542'

red 57 ◦ green 37 ◦ blue 66

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

Shades of Jagger #392542

Tints of Jagger #392542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.25%

R = 35.63%
G = 23.13%
B = 41.25%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#392542 (or 0x392542) is known color: Jagger. HEX triplet: 39, 25 and 42. RGB value is (57,37,66). Sum of RGB (Red+Green+Blue) = 57+37+66=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #392542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392542 is #C6DABD. Grayscale: #2E2E2E. Windows color (decimal): -13032126 or 4334905. OLE color: 4334905.

HSL color Cylindrical-coordinate representation of color #392542: hue angle of 281.38º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392542 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 37 66 -
CMYK 0.14 0.44 0 0.74
HSL 281.38º 0.28% 0.2% -
HSV(B) 281.38º 0.44% 0.26% -
XYZ 3.33 2.59 5.48 -
YUV 46.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 57 37 66 0.14 0.44 0 0.74 281.38 0.28 0.2
Hex 39 25 42 E 2C 0 4A 119 1C 14
Octal 71 45 102 16 54 0 112 431 34 24
Binary 111001 100101 1000010 1110 101100 0 1001010 100011001 11100 10100

Color Harmonies of #392542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392542

Black with #392542

Text Example


Text Example

White with #392542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392542; }

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

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

background-color css

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

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

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

border-color css

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

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

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