Html Css Color HEX #0F1F0C Myrtle

📋 copy color: '#0F1F0C'

red 15 ◦ green 31 ◦ blue 12

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

Shades of Myrtle #0F1F0C

Tints of Myrtle #0F1F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 53.45%

 BLUE value IS 12 (5.08% from 255) = 20.69%

R = 25.86%
G = 53.45%
B = 20.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#0F1F0C (or 0x0F1F0C) is known color: Myrtle. HEX triplet: 0F, 1F and 0C. RGB value is (15,31,12). Sum of RGB (Red+Green+Blue) = 15+31+12=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F0C is #F0E0F3. Grayscale: #181818. Windows color (decimal): -15786228 or 794383. OLE color: 794383.

HSL color Cylindrical-coordinate representation of color #0F1F0C: hue angle of 110.53º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F1F0C is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 31 12 -
CMYK 0.52 0 0.61 0.88
HSL 110.53º 0.44% 0.08% -
HSV(B) 110.53º 0.61% 0.12% -
XYZ 0.75 1.11 0.52 -
YUV 24.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 15 31 12 0.52 0 0.61 0.88 110.53 0.44 0.08
Hex F 1F C 34 0 3D 58 6F 2C 8
Octal 17 37 14 64 0 75 130 157 54 10
Binary 1111 11111 1100 110100 0 111101 1011000 1101111 101100 1000

Color Harmonies of #0F1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F0C

Black with #0F1F0C

Text Example


Text Example

White with #0F1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,31,12); }

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

background-color css

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

 a { background-color: rgb(15,31,12); }

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

border-color css

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

 span { border-color: rgb(15,31,12); }

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