Html Css Color HEX #131818 Swamp

📋 copy color: '#131818'

red 19 ◦ green 24 ◦ blue 24

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

Shades of Swamp #131818

Tints of Swamp #131818

RGB

 RED value IS 19 (7.81% from 255) = 28.36%

 GREEN value IS 24 (9.77% from 255) = 35.82%

 BLUE value IS 24 (9.77% from 255) = 35.82%

R = 28.36%
G = 35.82%
B = 35.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131818 (or 0x131818) is known color: Swamp. HEX triplet: 13, 18 and 18. RGB value is (19,24,24). Sum of RGB (Red+Green+Blue) = 19+24+24=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #131818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131818 is #ECE7E7. Grayscale: #161616. Windows color (decimal): -15525864 or 1579027. OLE color: 1579027.

HSL color Cylindrical-coordinate representation of color #131818: hue angle of 180º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #131818 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 24 24 -
CMYK 0.21 0 0 0.91
HSL 180º 0.12% 0.08% -
HSV(B) 180º 0.21% 0.09% -
XYZ 0.76 0.86 0.99 -
YUV 22.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 19 24 24 0.21 0 0 0.91 180 0.12 0.08
Hex 13 18 18 15 0 0 5B B4 C 8
Octal 23 30 30 25 0 0 133 264 14 10
Binary 10011 11000 11000 10101 0 0 1011011 10110100 1100 1000

Color Harmonies of #131818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131818

Black with #131818

Text Example


Text Example

White with #131818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131818; }

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

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

background-color css

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

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

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

border-color css

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

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

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