Html Css Color HEX #0F190D Myrtle

📋 copy color: '#0F190D'

red 15 ◦ green 25 ◦ blue 13

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

Shades of Myrtle #0F190D

Tints of Myrtle #0F190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 47.17%

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

R = 28.3%
G = 47.17%
B = 24.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#0F190D (or 0x0F190D) is known color: Myrtle. HEX triplet: 0F, 19 and 0D. RGB value is (15,25,13). Sum of RGB (Red+Green+Blue) = 15+25+13=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #0F190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F190D is #F0E6F2. Grayscale: #141414. Windows color (decimal): -15787763 or 858383. OLE color: 858383.

HSL color Cylindrical-coordinate representation of color #0F190D: hue angle of 110º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F190D is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 25 13 -
CMYK 0.40 0 0.48 0.90
HSL 110º 0.32% 0.07% -
HSV(B) 110º 0.48% 0.1% -
XYZ 0.62 0.83 0.51 -
YUV 20.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 15 25 13 0.40 0 0.48 0.90 110 0.32 0.07
Hex F 19 D 28 0 30 5A 6E 20 7
Octal 17 31 15 50 0 60 132 156 40 7
Binary 1111 11001 1101 101000 0 110000 1011010 1101110 100000 111

Color Harmonies of #0F190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F190D

Black with #0F190D

Text Example


Text Example

White with #0F190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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