#0F180C

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

Shades of Black Forest #0F180C

Tints of Black Forest #0F180C

Color information

#0F180C (or 0x0F180C) is unknown color: approx Black Forest. HEX triplet: 0F, 18 and 0C. RGB value is (15,24,12). Sum of RGB (Red+Green+Blue) = 15+24+12=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180C is #F0E7F3. Grayscale: #131313. Windows color (decimal): -15788020 or 792591. OLE color: 792591.

HSL color Cylindrical-coordinate representation of color #0F180C: hue angle of 105º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F180C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB152412-
CMYK0.3700.500.91
HSL105º33.33%7.06%-
HSV(B)105º50%9.41%-
XYZ0.590.780.47-
YUV19.94123.52124.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=29.41%
G=47.06%
B=23.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524120.3700.500.9110533.337.06
HexF18C250325B69217
Octal17301445062133151417
Binary1111110001100100101011001010110111101001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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