#0F120E

Color #0F120E Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #0F120E

Tints of Black Forest #0F120E

Color information

#0F120E (or 0x0F120E) is unknown color: approx Black Forest. HEX triplet: 0F, 12 and 0E. RGB value is (15,18,14). Sum of RGB (Red+Green+Blue) = 15+18+14=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120E is #F0EDF1. Grayscale: #101010. Windows color (decimal): -15789554 or 922127. OLE color: 922127.

HSL color Cylindrical-coordinate representation of color #0F120E: hue angle of 105º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #0F120E is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB151814-
CMYK0.1700.220.93
HSL105º12.5%6.27%-
HSV(B)105º22.22%7.06%-
XYZ0.490.570.5-
YUV16.65126.51126.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=31.91%
G=38.30%
B=29.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1518140.1700.220.9310512.56.27
HexF12E110165D69d6
Octal17221621026135151156
Binary111110010111010001010110101110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F120E;
 }
 .AnyTagClassName
 {
   color: #0F120E;
 }
</style>
background-color css

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

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

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

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

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

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