Html Css Color HEX #121515 Swamp

📋 copy color: '#121515'

red 18 ◦ green 21 ◦ blue 21

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

Shades of Swamp #121515

Tints of Swamp #121515

RGB

 RED value IS 18 (7.42% from 255) = 30%

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

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

R = 30%
G = 35%
B = 35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#121515 (or 0x121515) is known color: Swamp. HEX triplet: 12, 15 and 15. RGB value is (18,21,21). Sum of RGB (Red+Green+Blue) = 18+21+21=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #121515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121515 is #EDEAEA. Grayscale: #141414. Windows color (decimal): -15592171 or 1381650. OLE color: 1381650.

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

Color convert

RGB 18 21 21 -
CMYK 0.14 0 0 0.92
HSL 180º 0.08% 0.08% -
HSV(B) 180º 0.14% 0.08% -
XYZ 0.65 0.72 0.81 -
YUV 20.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 18 21 21 0.14 0 0 0.92 180 0.08 0.08
Hex 12 15 15 E 0 0 5C B4 8 8
Octal 22 25 25 16 0 0 134 264 10 10
Binary 10010 10101 10101 1110 0 0 1011100 10110100 1000 1000

Color Harmonies of #121515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121515

Black with #121515

Text Example


Text Example

White with #121515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121515; }

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

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

background-color css

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

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

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

border-color css

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

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

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