Html Css Color HEX #392741 Jagger

📋 copy color: '#392741'

red 57 ◦ green 39 ◦ blue 65

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

Shades of Jagger #392741

Tints of Jagger #392741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.22%

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

R = 35.4%
G = 24.22%
B = 40.37%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392741 (or 0x392741) is known color: Jagger. HEX triplet: 39, 27 and 41. RGB value is (57,39,65). Sum of RGB (Red+Green+Blue) = 57+39+65=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #392741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392741 is #C6D8BE. Grayscale: #2F2F2F. Windows color (decimal): -13031615 or 4269881. OLE color: 4269881.

HSL color Cylindrical-coordinate representation of color #392741: hue angle of 281.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392741 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 39 65 -
CMYK 0.12 0.40 0 0.75
HSL 281.54º 0.25% 0.2% -
HSV(B) 281.54º 0.4% 0.25% -
XYZ 3.37 2.7 5.35 -
YUV 47.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 57 39 65 0.12 0.40 0 0.75 281.54 0.25 0.2
Hex 39 27 41 C 28 0 4B 11A 19 14
Octal 71 47 101 14 50 0 113 432 31 24
Binary 111001 100111 1000001 1100 101000 0 1001011 100011010 11001 10100

Color Harmonies of #392741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392741

Black with #392741

Text Example


Text Example

White with #392741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392741; }

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

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

background-color css

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

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

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

border-color css

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

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

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