Html Css Color HEX #393041 Jagger

📋 copy color: '#393041'

red 57 ◦ green 48 ◦ blue 65

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

Shades of Jagger #393041

Tints of Jagger #393041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 33.53%
G = 28.24%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393041 (or 0x393041) is known color: Jagger. HEX triplet: 39, 30 and 41. RGB value is (57,48,65). Sum of RGB (Red+Green+Blue) = 57+48+65=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #393041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393041 is #C6CFBE. Grayscale: #343434. Windows color (decimal): -13029311 or 4272185. OLE color: 4272185.

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

Color convert

RGB 57 48 65 -
CMYK 0.12 0.26 0 0.75
HSL 271.76º 0.15% 0.22% -
HSV(B) 271.76º 0.26% 0.25% -
XYZ 3.7 3.37 5.46 -
YUV 52.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 57 48 65 0.12 0.26 0 0.75 271.76 0.15 0.22
Hex 39 30 41 C 1A 0 4B 110 F 16
Octal 71 60 101 14 32 0 113 420 17 26
Binary 111001 110000 1000001 1100 11010 0 1001011 100010000 1111 10110

Color Harmonies of #393041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393041

Black with #393041

Text Example


Text Example

White with #393041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393041; }

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

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

background-color css

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

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

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

border-color css

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

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

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