Html Css Color HEX #0D180C Myrtle

📋 copy color: '#0D180C'

red 13 ◦ green 24 ◦ blue 12

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

Shades of Myrtle #0D180C

Tints of Myrtle #0D180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48.98%

 BLUE value IS 12 (5.08% from 255) = 24.49%

R = 26.53%
G = 48.98%
B = 24.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#0D180C (or 0x0D180C) is known color: Myrtle. HEX triplet: 0D, 18 and 0C. RGB value is (13,24,12). Sum of RGB (Red+Green+Blue) = 13+24+12=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180C is #F2E7F3. Grayscale: #131313. Windows color (decimal): -15919092 or 792589. OLE color: 792589.

HSL color Cylindrical-coordinate representation of color #0D180C: hue angle of 115º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D180C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 24 12 -
CMYK 0.46 0 0.50 0.91
HSL 115º 0.33% 0.07% -
HSV(B) 115º 0.5% 0.09% -
XYZ 0.56 0.77 0.47 -
YUV 19.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 13 24 12 0.46 0 0.50 0.91 115 0.33 0.07
Hex D 18 C 2E 0 32 5B 73 21 7
Octal 15 30 14 56 0 62 133 163 41 7
Binary 1101 11000 1100 101110 0 110010 1011011 1110011 100001 111

Color Harmonies of #0D180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D180C

Black with #0D180C

Text Example


Text Example

White with #0D180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,24,12); }

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

background-color css

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

 a { background-color: rgb(13,24,12); }

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

border-color css

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

 span { border-color: rgb(13,24,12); }

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