Html Css Color HEX #131616 Swamp

📋 copy color: '#131616'

red 19 ◦ green 22 ◦ blue 22

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

Shades of Swamp #131616

Tints of Swamp #131616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 34.92%

 BLUE value IS 22 (8.98% from 255) = 34.92%

R = 30.16%
G = 34.92%
B = 34.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131616 (or 0x131616) is known color: Swamp. HEX triplet: 13, 16 and 16. RGB value is (19,22,22). Sum of RGB (Red+Green+Blue) = 19+22+22=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #131616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131616 is #ECE9E9. Grayscale: #151515. Windows color (decimal): -15526378 or 1447443. OLE color: 1447443.

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

Color convert

RGB 19 22 22 -
CMYK 0.14 0 0 0.91
HSL 180º 0.07% 0.08% -
HSV(B) 180º 0.14% 0.09% -
XYZ 0.7 0.77 0.87 -
YUV 21.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 19 22 22 0.14 0 0 0.91 180 0.07 0.08
Hex 13 16 16 E 0 0 5B B4 7 8
Octal 23 26 26 16 0 0 133 264 7 10
Binary 10011 10110 10110 1110 0 0 1011011 10110100 111 1000

Color Harmonies of #131616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131616

Black with #131616

Text Example


Text Example

White with #131616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131616; }

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

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

background-color css

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

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

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

border-color css

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

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

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