Html Css Color HEX #0E1D1C Swamp

📋 copy color: '#0E1D1C'

red 14 ◦ green 29 ◦ blue 28

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

Shades of Swamp #0E1D1C

Tints of Swamp #0E1D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.85%

 BLUE value IS 28 (11.33% from 255) = 39.44%

R = 19.72%
G = 40.85%
B = 39.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#0E1D1C (or 0x0E1D1C) is known color: Swamp. HEX triplet: 0E, 1D and 1C. RGB value is (14,29,28). Sum of RGB (Red+Green+Blue) = 14+29+28=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D1C is #F1E2E3. Grayscale: #181818. Windows color (decimal): -15852260 or 1842446. OLE color: 1842446.

HSL color Cylindrical-coordinate representation of color #0E1D1C: hue angle of 176º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E1D1C is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 29 28 -
CMYK 0.52 0 0.03 0.89
HSL 176º 0.35% 0.08% -
HSV(B) 176º 0.52% 0.11% -
XYZ 0.83 1.06 1.26 -
YUV 24.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 14 29 28 0.52 0 0.03 0.89 176 0.35 0.08
Hex E 1D 1C 34 0 3 59 B0 23 8
Octal 16 35 34 64 0 3 131 260 43 10
Binary 1110 11101 11100 110100 0 11 1011001 10110000 100011 1000

Color Harmonies of #0E1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D1C

Black with #0E1D1C

Text Example


Text Example

White with #0E1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,29,28); }

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

background-color css

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

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

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

border-color css

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

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

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