Html Css Color HEX #131515 Swamp

📋 copy color: '#131515'

red 19 ◦ green 21 ◦ blue 21

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

Shades of Swamp #131515

Tints of Swamp #131515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 34.43%

 BLUE value IS 21 (8.59% from 255) = 34.43%

R = 31.15%
G = 34.43%
B = 34.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131515 (or 0x131515) is known color: Swamp. HEX triplet: 13, 15 and 15. RGB value is (19,21,21). Sum of RGB (Red+Green+Blue) = 19+21+21=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #131515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131515 is #ECEAEA. Grayscale: #141414. Windows color (decimal): -15526635 or 1381651. OLE color: 1381651.

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

Color convert

RGB 19 21 21 -
CMYK 0.10 0 0 0.92
HSL 180º 0.05% 0.08% -
HSV(B) 180º 0.1% 0.08% -
XYZ 0.67 0.73 0.81 -
YUV 20.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 19 21 21 0.10 0 0 0.92 180 0.05 0.08
Hex 13 15 15 A 0 0 5C B4 5 8
Octal 23 25 25 12 0 0 134 264 5 10
Binary 10011 10101 10101 1010 0 0 1011100 10110100 101 1000

Color Harmonies of #131515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131515

Black with #131515

Text Example


Text Example

White with #131515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131515; }

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

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

background-color css

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

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

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

border-color css

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

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

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