Html Css Color HEX #0D170B Myrtle

📋 copy color: '#0D170B'

red 13 ◦ green 23 ◦ blue 11

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

Shades of Myrtle #0D170B

Tints of Myrtle #0D170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 48.94%

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

R = 27.66%
G = 48.94%
B = 23.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#0D170B (or 0x0D170B) is known color: Myrtle. HEX triplet: 0D, 17 and 0B. RGB value is (13,23,11). Sum of RGB (Red+Green+Blue) = 13+23+11=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #0D170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D170B is #F2E8F4. Grayscale: #121212. Windows color (decimal): -15919349 or 726797. OLE color: 726797.

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

Color convert

RGB 13 23 11 -
CMYK 0.43 0 0.52 0.91
HSL 110º 0.35% 0.07% -
HSV(B) 110º 0.52% 0.09% -
XYZ 0.53 0.72 0.43 -
YUV 18.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 13 23 11 0.43 0 0.52 0.91 110 0.35 0.07
Hex D 17 B 2B 0 34 5B 6E 23 7
Octal 15 27 13 53 0 64 133 156 43 7
Binary 1101 10111 1011 101011 0 110100 1011011 1101110 100011 111

Color Harmonies of #0D170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D170B

Black with #0D170B

Text Example


Text Example

White with #0D170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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