Html Css Color HEX #0D180A Myrtle

📋 copy color: '#0D180A'

red 13 ◦ green 24 ◦ blue 10

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

Shades of Myrtle #0D180A

Tints of Myrtle #0D180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 27.66%
G = 51.06%
B = 21.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#0D180A (or 0x0D180A) is known color: Myrtle. HEX triplet: 0D, 18 and 0A. RGB value is (13,24,10). Sum of RGB (Red+Green+Blue) = 13+24+10=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180A is #F2E7F5. Grayscale: #131313. Windows color (decimal): -15919094 or 661517. OLE color: 661517.

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

Color convert

RGB 13 24 10 -
CMYK 0.46 0 0.58 0.91
HSL 107.14º 0.41% 0.07% -
HSV(B) 107.14º 0.58% 0.09% -
XYZ 0.55 0.76 0.41 -
YUV 19.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 13 24 10 0.46 0 0.58 0.91 107.14 0.41 0.07
Hex D 18 A 2E 0 3A 5B 6B 29 7
Octal 15 30 12 56 0 72 133 153 51 7
Binary 1101 11000 1010 101110 0 111010 1011011 1101011 101001 111

Color Harmonies of #0D180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D180A

Black with #0D180A

Text Example


Text Example

White with #0D180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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