Html Css Color HEX #0F180D Myrtle

📋 copy color: '#0F180D'

red 15 ◦ green 24 ◦ blue 13

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

Shades of Myrtle #0F180D

Tints of Myrtle #0F180D

RGB

 RED value IS 15 (6.25% from 255) = 28.85%

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

 BLUE value IS 13 (5.47% from 255) = 25%

R = 28.85%
G = 46.15%
B = 25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#0F180D (or 0x0F180D) is known color: Myrtle. HEX triplet: 0F, 18 and 0D. RGB value is (15,24,13). Sum of RGB (Red+Green+Blue) = 15+24+13=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180D is #F0E7F2. Grayscale: #141414. Windows color (decimal): -15788019 or 858127. OLE color: 858127.

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

Color convert

RGB 15 24 13 -
CMYK 0.37 0 0.46 0.91
HSL 109.09º 0.3% 0.07% -
HSV(B) 109.09º 0.46% 0.09% -
XYZ 0.6 0.78 0.5 -
YUV 20.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 15 24 13 0.37 0 0.46 0.91 109.09 0.3 0.07
Hex F 18 D 25 0 2E 5B 6D 1E 7
Octal 17 30 15 45 0 56 133 155 36 7
Binary 1111 11000 1101 100101 0 101110 1011011 1101101 11110 111

Color Harmonies of #0F180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F180D

Black with #0F180D

Text Example


Text Example

White with #0F180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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