Html Css Color HEX #111313 Swamp

📋 copy color: '#111313'

red 17 ◦ green 19 ◦ blue 19

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

Shades of Swamp #111313

Tints of Swamp #111313

RGB

 RED value IS 17 (7.03% from 255) = 30.91%

 GREEN value IS 19 (7.81% from 255) = 34.55%

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 30.91%
G = 34.55%
B = 34.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#111313 (or 0x111313) is known color: Swamp. HEX triplet: 11, 13 and 13. RGB value is (17,19,19). Sum of RGB (Red+Green+Blue) = 17+19+19=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #111313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111313 is #EEECEC. Grayscale: #121212. Windows color (decimal): -15658221 or 1250065. OLE color: 1250065.

HSL color Cylindrical-coordinate representation of color #111313: hue angle of 180º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #111313 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 19 19 -
CMYK 0.11 0 0 0.93
HSL 180º 0.06% 0.07% -
HSV(B) 180º 0.11% 0.07% -
XYZ 0.58 0.63 0.71 -
YUV 18.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 17 19 19 0.11 0 0 0.93 180 0.06 0.07
Hex 11 13 13 B 0 0 5D B4 6 7
Octal 21 23 23 13 0 0 135 264 6 7
Binary 10001 10011 10011 1011 0 0 1011101 10110100 110 111

Color Harmonies of #111313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111313

Black with #111313

Text Example


Text Example

White with #111313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111313; }

 p { color: rgb(17,19,19); }

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

background-color css

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

 a { background-color: rgb(17,19,19); }

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

border-color css

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

 span { border-color: rgb(17,19,19); }

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