#0E2828

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

Shades of Swamp #0E2828

Tints of Swamp #0E2828

Color information

#0E2828 (or 0x0E2828) is unknown color: approx Swamp. HEX triplet: 0E, 28 and 28. RGB value is (14,40,40). Sum of RGB (Red+Green+Blue) = 14+40+40=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #0E2828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2828 is #F1D7D7. Grayscale: #202020. Windows color (decimal): -15849432 or 2631694. OLE color: 2631694.

HSL color Cylindrical-coordinate representation of color #0E2828: hue angle of 180º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2828 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB144040-
CMYK0.65000.84
HSL180º48.15%10.59%-
HSV(B)180º65%15.69%-
XYZ1.321.762.28-
YUV32.23132.39115-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.89%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=14.89%
G=42.55%
B=42.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440400.65000.8418048.1510.59
HexE2828410054b430b
Octal165050101001242646013
Binary11101010001010001000001001010100101101001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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