Html Css Color HEX #393241 Jagger

📋 copy color: '#393241'

red 57 ◦ green 50 ◦ blue 65

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

Shades of Jagger #393241

Tints of Jagger #393241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

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

R = 33.14%
G = 29.07%
B = 37.79%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393241 (or 0x393241) is known color: Jagger. HEX triplet: 39, 32 and 41. RGB value is (57,50,65). Sum of RGB (Red+Green+Blue) = 57+50+65=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #393241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393241 is #C6CDBE. Grayscale: #353535. Windows color (decimal): -13028799 or 4272697. OLE color: 4272697.

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

Color convert

RGB 57 50 65 -
CMYK 0.12 0.23 0 0.75
HSL 268º 0.13% 0.23% -
HSV(B) 268º 0.23% 0.25% -
XYZ 3.78 3.53 5.48 -
YUV 53.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 57 50 65 0.12 0.23 0 0.75 268 0.13 0.23
Hex 39 32 41 C 17 0 4B 10C D 17
Octal 71 62 101 14 27 0 113 414 15 27
Binary 111001 110010 1000001 1100 10111 0 1001011 100001100 1101 10111

Color Harmonies of #393241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393241

Black with #393241

Text Example


Text Example

White with #393241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393241; }

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

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

background-color css

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

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

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

border-color css

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

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

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