Html Css Color HEX #131919 Swamp

📋 copy color: '#131919'

red 19 ◦ green 25 ◦ blue 25

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

Shades of Swamp #131919

Tints of Swamp #131919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.23%

 BLUE value IS 25 (10.16% from 255) = 36.23%

R = 27.54%
G = 36.23%
B = 36.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#131919 (or 0x131919) is known color: Swamp. HEX triplet: 13, 19 and 19. RGB value is (19,25,25). Sum of RGB (Red+Green+Blue) = 19+25+25=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #131919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131919 is #ECE6E6. Grayscale: #171717. Windows color (decimal): -15525607 or 1644819. OLE color: 1644819.

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

Color convert

RGB 19 25 25 -
CMYK 0.24 0 0 0.90
HSL 180º 0.14% 0.09% -
HSV(B) 180º 0.24% 0.1% -
XYZ 0.79 0.9 1.05 -
YUV 23.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 19 25 25 0.24 0 0 0.90 180 0.14 0.09
Hex 13 19 19 18 0 0 5A B4 E 9
Octal 23 31 31 30 0 0 132 264 16 11
Binary 10011 11001 11001 11000 0 0 1011010 10110100 1110 1001

Color Harmonies of #131919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131919

Black with #131919

Text Example


Text Example

White with #131919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131919; }

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

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

background-color css

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

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

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

border-color css

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

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

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