#0E2221

Color #0E2221 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #0E2221

Tints of Swamp #0E2221

Color information

#0E2221 (or 0x0E2221) is unknown color: approx Swamp. HEX triplet: 0E, 22 and 21. RGB value is (14,34,33). Sum of RGB (Red+Green+Blue) = 14+34+33=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 34 - color contains mainly: green. Hex color #0E2221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2221 is #F1DDDE. Grayscale: #1B1B1B. Windows color (decimal): -15850975 or 2171406. OLE color: 2171406.

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

Color convert

RGB143433-
CMYK0.5900.030.87
HSL177º41.67%9.41%-
HSV(B)177º58.82%13.33%-
XYZ1.031.351.64-
YUV27.91130.87118.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.28%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=17.28%
G=41.98%
B=40.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1434330.5900.030.8717741.679.41
HexE22213B0357b12a9
Octal16424173031272615211
Binary11101000101000011110110111010111101100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E2221;
 }
 .AnyTagClassName
 {
   color: #0E2221;
 }
</style>
background-color css

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

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

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

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

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

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