Html Css Color HEX #0F160D Myrtle

📋 copy color: '#0F160D'

red 15 ◦ green 22 ◦ blue 13

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

Shades of Myrtle #0F160D

Tints of Myrtle #0F160D

RGB

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

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

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

R = 30%
G = 44%
B = 26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#0F160D (or 0x0F160D) is known color: Myrtle. HEX triplet: 0F, 16 and 0D. RGB value is (15,22,13). Sum of RGB (Red+Green+Blue) = 15+22+13=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #0F160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F160D is #F0E9F2. Grayscale: #121212. Windows color (decimal): -15788531 or 857615. OLE color: 857615.

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

Color convert

RGB 15 22 13 -
CMYK 0.32 0 0.41 0.91
HSL 106.67º 0.26% 0.07% -
HSV(B) 106.67º 0.41% 0.09% -
XYZ 0.56 0.7 0.49 -
YUV 18.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 15 22 13 0.32 0 0.41 0.91 106.67 0.26 0.07
Hex F 16 D 20 0 29 5B 6B 1A 7
Octal 17 26 15 40 0 51 133 153 32 7
Binary 1111 10110 1101 100000 0 101001 1011011 1101011 11010 111

Color Harmonies of #0F160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F160D

Black with #0F160D

Text Example


Text Example

White with #0F160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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