Html Css Color HEX #393340 Jagger

📋 copy color: '#393340'

red 57 ◦ green 51 ◦ blue 64

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

Shades of Jagger #393340

Tints of Jagger #393340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 33.14%
G = 29.65%
B = 37.21%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393340 (or 0x393340) is known color: Jagger. HEX triplet: 39, 33 and 40. RGB value is (57,51,64). Sum of RGB (Red+Green+Blue) = 57+51+64=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #393340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393340 is #C6CCBF. Grayscale: #363636. Windows color (decimal): -13028544 or 4207417. OLE color: 4207417.

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

Color convert

RGB 57 51 64 -
CMYK 0.11 0.20 0 0.75
HSL 267.69º 0.11% 0.23% -
HSV(B) 267.69º 0.2% 0.25% -
XYZ 3.8 3.61 5.35 -
YUV 54.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 57 51 64 0.11 0.20 0 0.75 267.69 0.11 0.23
Hex 39 33 40 B 14 0 4B 10C B 17
Octal 71 63 100 13 24 0 113 414 13 27
Binary 111001 110011 1000000 1011 10100 0 1001011 100001100 1011 10111

Color Harmonies of #393340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393340

Black with #393340

Text Example


Text Example

White with #393340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393340; }

 p { color: rgb(57,51,64); }

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

background-color css

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

 a { background-color: rgb(57,51,64); }

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

border-color css

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

 span { border-color: rgb(57,51,64); }

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