Html Css Color HEX #392E41 Jagger

📋 copy color: '#392E41'

red 57 ◦ green 46 ◦ blue 65

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

Shades of Jagger #392E41

Tints of Jagger #392E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 33.93%
G = 27.38%
B = 38.69%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392E41 (or 0x392E41) is known color: Jagger. HEX triplet: 39, 2E and 41. RGB value is (57,46,65). Sum of RGB (Red+Green+Blue) = 57+46+65=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #392E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E41 is #C6D1BE. Grayscale: #333333. Windows color (decimal): -13029823 or 4271673. OLE color: 4271673.

HSL color Cylindrical-coordinate representation of color #392E41: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #392E41 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 46 65 -
CMYK 0.12 0.29 0 0.75
HSL 274.74º 0.17% 0.22% -
HSV(B) 274.74º 0.29% 0.25% -
XYZ 3.62 3.21 5.43 -
YUV 51.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 57 46 65 0.12 0.29 0 0.75 274.74 0.17 0.22
Hex 39 2E 41 C 1D 0 4B 113 11 16
Octal 71 56 101 14 35 0 113 423 21 26
Binary 111001 101110 1000001 1100 11101 0 1001011 100010011 10001 10110

Color Harmonies of #392E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E41

Black with #392E41

Text Example


Text Example

White with #392E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,46,65); }

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

background-color css

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

 a { background-color: rgb(57,46,65); }

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

border-color css

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

 span { border-color: rgb(57,46,65); }

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