Html Css Color HEX #142121 Swamp

📋 copy color: '#142121'

red 20 ◦ green 33 ◦ blue 33

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

Shades of Swamp #142121

Tints of Swamp #142121

RGB

 RED value IS 20 (8.2% from 255) = 23.26%

 GREEN value IS 33 (13.28% from 255) = 38.37%

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 23.26%
G = 38.37%
B = 38.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#142121 (or 0x142121) is known color: Swamp. HEX triplet: 14, 21 and 21. RGB value is (20,33,33). Sum of RGB (Red+Green+Blue) = 20+33+33=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #142121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142121 is #EBDEDE. Grayscale: #1D1D1D. Windows color (decimal): -15458015 or 2171156. OLE color: 2171156.

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

Color convert

RGB 20 33 33 -
CMYK 0.39 0 0 0.87
HSL 180º 0.25% 0.1% -
HSV(B) 180º 0.39% 0.13% -
XYZ 1.11 1.35 1.64 -
YUV 29.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 20 33 33 0.39 0 0 0.87 180 0.25 0.1
Hex 14 21 21 27 0 0 57 B4 19 A
Octal 24 41 41 47 0 0 127 264 31 12
Binary 10100 100001 100001 100111 0 0 1010111 10110100 11001 1010

Color Harmonies of #142121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142121

Black with #142121

Text Example


Text Example

White with #142121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142121; }

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

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

background-color css

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

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

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

border-color css

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

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

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