Html Css Color HEX #121414 Swamp

📋 copy color: '#121414'

red 18 ◦ green 20 ◦ blue 20

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

Shades of Swamp #121414

Tints of Swamp #121414

RGB

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

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

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

R = 31.03%
G = 34.48%
B = 34.48%

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

#121414 (or 0x121414) is known color: Swamp. HEX triplet: 12, 14 and 14. RGB value is (18,20,20). Sum of RGB (Red+Green+Blue) = 18+20+20=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #121414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121414 is #EDEBEB. Grayscale: #131313. Windows color (decimal): -15592428 or 1315858. OLE color: 1315858.

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

Color convert

RGB 18 20 20 -
CMYK 0.10 0 0 0.92
HSL 180º 0.05% 0.07% -
HSV(B) 180º 0.1% 0.08% -
XYZ 0.63 0.68 0.76 -
YUV 19.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 18 20 20 0.10 0 0 0.92 180 0.05 0.07
Hex 12 14 14 A 0 0 5C B4 5 7
Octal 22 24 24 12 0 0 134 264 5 7
Binary 10010 10100 10100 1010 0 0 1011100 10110100 101 111

Color Harmonies of #121414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121414

Black with #121414

Text Example


Text Example

White with #121414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121414; }

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

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

background-color css

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

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

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

border-color css

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

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

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