Html Css Color HEX #0E2121 Swamp

📋 copy color: '#0E2121'

red 14 ◦ green 33 ◦ blue 33

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

Shades of Swamp #0E2121

Tints of Swamp #0E2121

RGB

 RED value IS 14 (5.86% from 255) = 17.5%

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

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

R = 17.5%
G = 41.25%
B = 41.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E2121 (or 0x0E2121) is known color: Swamp. HEX triplet: 0E, 21 and 21. RGB value is (14,33,33). Sum of RGB (Red+Green+Blue) = 14+33+33=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #0E2121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2121 is #F1DEDE. Grayscale: #1B1B1B. Windows color (decimal): -15851231 or 2171150. OLE color: 2171150.

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

Color convert

RGB 14 33 33 -
CMYK 0.58 0 0 0.87
HSL 180º 0.4% 0.09% -
HSV(B) 180º 0.58% 0.13% -
XYZ 1 1.29 1.64 -
YUV 27.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 14 33 33 0.58 0 0 0.87 180 0.4 0.09
Hex E 21 21 3A 0 0 57 B4 28 9
Octal 16 41 41 72 0 0 127 264 50 11
Binary 1110 100001 100001 111010 0 0 1010111 10110100 101000 1001

Color Harmonies of #0E2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2121

Black with #0E2121

Text Example


Text Example

White with #0E2121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E2121; }

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

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

background-color css

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

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

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

border-color css

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

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

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