Html Css Color HEX #0D1F1E Swamp

📋 copy color: '#0D1F1E'

red 13 ◦ green 31 ◦ blue 30

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

Shades of Swamp #0D1F1E

Tints of Swamp #0D1F1E

RGB

 RED value IS 13 (5.47% from 255) = 17.57%

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

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

R = 17.57%
G = 41.89%
B = 40.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#0D1F1E (or 0x0D1F1E) is known color: Swamp. HEX triplet: 0D, 1F and 1E. RGB value is (13,31,30). Sum of RGB (Red+Green+Blue) = 13+31+30=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F1E is #F2E0E1. Grayscale: #191919. Windows color (decimal): -15917282 or 1974029. OLE color: 1974029.

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

Color convert

RGB 13 31 30 -
CMYK 0.58 0 0.03 0.88
HSL 176.67º 0.41% 0.09% -
HSV(B) 176.67º 0.58% 0.12% -
XYZ 0.89 1.16 1.41 -
YUV 25.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 13 31 30 0.58 0 0.03 0.88 176.67 0.41 0.09
Hex D 1F 1E 3A 0 3 58 B1 29 9
Octal 15 37 36 72 0 3 130 261 51 11
Binary 1101 11111 11110 111010 0 11 1011000 10110001 101001 1001

Color Harmonies of #0D1F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F1E

Black with #0D1F1E

Text Example


Text Example

White with #0D1F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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