Html Css Color HEX #0F180E Myrtle

📋 copy color: '#0F180E'

red 15 ◦ green 24 ◦ blue 14

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

Shades of Myrtle #0F180E

Tints of Myrtle #0F180E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 26.42%

R = 28.3%
G = 45.28%
B = 26.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#0F180E (or 0x0F180E) is known color: Myrtle. HEX triplet: 0F, 18 and 0E. RGB value is (15,24,14). Sum of RGB (Red+Green+Blue) = 15+24+14=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180E is #F0E7F1. Grayscale: #141414. Windows color (decimal): -15788018 or 923663. OLE color: 923663.

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

Color convert

RGB 15 24 14 -
CMYK 0.37 0 0.42 0.91
HSL 114º 0.26% 0.07% -
HSV(B) 114º 0.42% 0.09% -
XYZ 0.6 0.79 0.54 -
YUV 20.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 15 24 14 0.37 0 0.42 0.91 114 0.26 0.07
Hex F 18 E 25 0 2A 5B 72 1A 7
Octal 17 30 16 45 0 52 133 162 32 7
Binary 1111 11000 1110 100101 0 101010 1011011 1110010 11010 111

Color Harmonies of #0F180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F180E

Black with #0F180E

Text Example


Text Example

White with #0F180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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