Html Css Color HEX #0E1F1E Swamp

📋 copy color: '#0E1F1E'

red 14 ◦ green 31 ◦ blue 30

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

Shades of Swamp #0E1F1E

Tints of Swamp #0E1F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 41.33%

 BLUE value IS 30 (12.11% from 255) = 40%

R = 18.67%
G = 41.33%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#0E1F1E (or 0x0E1F1E) is known color: Swamp. HEX triplet: 0E, 1F and 1E. RGB value is (14,31,30). Sum of RGB (Red+Green+Blue) = 14+31+30=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F1E is #F1E0E1. Grayscale: #191919. Windows color (decimal): -15851746 or 1974030. OLE color: 1974030.

HSL color Cylindrical-coordinate representation of color #0E1F1E: hue angle of 176.47º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F1E is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 31 30 -
CMYK 0.55 0 0.03 0.88
HSL 176.47º 0.38% 0.09% -
HSV(B) 176.47º 0.55% 0.12% -
XYZ 0.91 1.17 1.41 -
YUV 25.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 14 31 30 0.55 0 0.03 0.88 176.47 0.38 0.09
Hex E 1F 1E 37 0 3 58 B0 26 9
Octal 16 37 36 67 0 3 130 260 46 11
Binary 1110 11111 11110 110111 0 11 1011000 10110000 100110 1001

Color Harmonies of #0E1F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F1E

Black with #0E1F1E

Text Example


Text Example

White with #0E1F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,31,30); }

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

background-color css

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

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

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

border-color css

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

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

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