Html Css Color HEX #131414 Swamp

📋 copy color: '#131414'

red 19 ◦ green 20 ◦ blue 20

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

Shades of Swamp #131414

Tints of Swamp #131414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.9%

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 32.2%
G = 33.9%
B = 33.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131414 (or 0x131414) is known color: Swamp. HEX triplet: 13, 14 and 14. RGB value is (19,20,20). Sum of RGB (Red+Green+Blue) = 19+20+20=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #131414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131414 is #ECEBEB. Grayscale: #131313. Windows color (decimal): -15526892 or 1315859. OLE color: 1315859.

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

Color convert

RGB 19 20 20 -
CMYK 0.05 0 0 0.92
HSL 180º 0.03% 0.08% -
HSV(B) 180º 0.05% 0.08% -
XYZ 0.64 0.69 0.76 -
YUV 19.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 19 20 20 0.05 0 0 0.92 180 0.03 0.08
Hex 13 14 14 5 0 0 5C B4 3 8
Octal 23 24 24 5 0 0 134 264 3 10
Binary 10011 10100 10100 101 0 0 1011100 10110100 11 1000

Color Harmonies of #131414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131414

Black with #131414

Text Example


Text Example

White with #131414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131414; }

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

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

background-color css

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

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

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

border-color css

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

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

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