Html Css Color HEX #142021 Swamp

📋 copy color: '#142021'

red 20 ◦ green 32 ◦ blue 33

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

Shades of Swamp #142021

Tints of Swamp #142021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 37.65%

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

R = 23.53%
G = 37.65%
B = 38.82%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#142021 (or 0x142021) is known color: Swamp. HEX triplet: 14, 20 and 21. RGB value is (20,32,33). Sum of RGB (Red+Green+Blue) = 20+32+33=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #142021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142021 is #EBDFDE. Grayscale: #1C1C1C. Windows color (decimal): -15458271 or 2170900. OLE color: 2170900.

HSL color Cylindrical-coordinate representation of color #142021: hue angle of 184.62º 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 #142021 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 33 -
CMYK 0.39 0.03 0 0.87
HSL 184.62º 0.25% 0.1% -
HSV(B) 184.62º 0.39% 0.13% -
XYZ 1.08 1.29 1.63 -
YUV 28.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 20 32 33 0.39 0.03 0 0.87 184.62 0.25 0.1
Hex 14 20 21 27 3 0 57 B9 19 A
Octal 24 40 41 47 3 0 127 271 31 12
Binary 10100 100000 100001 100111 11 0 1010111 10111001 11001 1010

Color Harmonies of #142021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142021

Black with #142021

Text Example


Text Example

White with #142021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142021; }

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

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

background-color css

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

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

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

border-color css

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

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

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