Html Css Color HEX #0D180B Myrtle

📋 copy color: '#0D180B'

red 13 ◦ green 24 ◦ blue 11

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

Shades of Myrtle #0D180B

Tints of Myrtle #0D180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 22.92%

R = 27.08%
G = 50%
B = 22.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#0D180B (or 0x0D180B) is known color: Myrtle. HEX triplet: 0D, 18 and 0B. RGB value is (13,24,11). Sum of RGB (Red+Green+Blue) = 13+24+11=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180B is #F2E7F4. Grayscale: #131313. Windows color (decimal): -15919093 or 727053. OLE color: 727053.

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

Color convert

RGB 13 24 11 -
CMYK 0.46 0 0.54 0.91
HSL 110.77º 0.37% 0.07% -
HSV(B) 110.77º 0.54% 0.09% -
XYZ 0.55 0.76 0.43 -
YUV 19.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 13 24 11 0.46 0 0.54 0.91 110.77 0.37 0.07
Hex D 18 B 2E 0 36 5B 6F 25 7
Octal 15 30 13 56 0 66 133 157 45 7
Binary 1101 11000 1011 101110 0 110110 1011011 1101111 100101 111

Color Harmonies of #0D180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D180B

Black with #0D180B

Text Example


Text Example

White with #0D180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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