Html Css Color HEX #0F160E Myrtle

📋 copy color: '#0F160E'

red 15 ◦ green 22 ◦ blue 14

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

Shades of Myrtle #0F160E

Tints of Myrtle #0F160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 43.14%

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

R = 29.41%
G = 43.14%
B = 27.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.91

RGB Variations

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

Color information

#0F160E (or 0x0F160E) is known color: Myrtle. HEX triplet: 0F, 16 and 0E. RGB value is (15,22,14). Sum of RGB (Red+Green+Blue) = 15+22+14=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #0F160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F160E is #F0E9F1. Grayscale: #131313. Windows color (decimal): -15788530 or 923151. OLE color: 923151.

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

Color convert

RGB 15 22 14 -
CMYK 0.32 0 0.36 0.91
HSL 112.5º 0.22% 0.07% -
HSV(B) 112.5º 0.36% 0.09% -
XYZ 0.56 0.71 0.52 -
YUV 19 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 15 22 14 0.32 0 0.36 0.91 112.5 0.22 0.07
Hex F 16 E 20 0 24 5B 70 16 7
Octal 17 26 16 40 0 44 133 160 26 7
Binary 1111 10110 1110 100000 0 100100 1011011 1110000 10110 111

Color Harmonies of #0F160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F160E

Black with #0F160E

Text Example


Text Example

White with #0F160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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