Html Css Color HEX #0D1F09 Myrtle

📋 copy color: '#0D1F09'

red 13 ◦ green 31 ◦ blue 9

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

Shades of Myrtle #0D1F09

Tints of Myrtle #0D1F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 16.98%

R = 24.53%
G = 58.49%
B = 16.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#0D1F09 (or 0x0D1F09) is known color: Myrtle. HEX triplet: 0D, 1F and 09. RGB value is (13,31,9). Sum of RGB (Red+Green+Blue) = 13+31+9=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F09 is #F2E0F6. Grayscale: #171717. Windows color (decimal): -15917303 or 597773. OLE color: 597773.

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

Color convert

RGB 13 31 9 -
CMYK 0.58 0 0.71 0.88
HSL 109.09º 0.55% 0.08% -
HSV(B) 109.09º 0.71% 0.12% -
XYZ 0.71 1.09 0.43 -
YUV 23.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 13 31 9 0.58 0 0.71 0.88 109.09 0.55 0.08
Hex D 1F 9 3A 0 47 58 6D 37 8
Octal 15 37 11 72 0 107 130 155 67 10
Binary 1101 11111 1001 111010 0 1000111 1011000 1101101 110111 1000

Color Harmonies of #0D1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F09

Black with #0D1F09

Text Example


Text Example

White with #0D1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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