Html Css Color HEX #0F120E Black Forest

📋 copy color: '#0F120E'

red 15 ◦ green 18 ◦ blue 14

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

Shades of Black Forest #0F120E

Tints of Black Forest #0F120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 38.3%

 BLUE value IS 14 (5.86% from 255) = 29.79%

R = 31.91%
G = 38.3%
B = 29.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#0F120E (or 0x0F120E) is known color: 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.12, 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

RGB 15 18 14 -
CMYK 0.17 0 0.22 0.93
HSL 105º 0.13% 0.06% -
HSV(B) 105º 0.22% 0.07% -
XYZ 0.49 0.57 0.5 -
YUV 16.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 15 18 14 0.17 0 0.22 0.93 105 0.13 0.06
Hex F 12 E 11 0 16 5D 69 C 6
Octal 17 22 16 21 0 26 135 151 14 6
Binary 1111 10010 1110 10001 0 10110 1011101 1101001 1100 110

Color Harmonies of #0F120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F120E

Black with #0F120E

Text Example


Text Example

White with #0F120E

Text Example


Text Example

HTML Codes & Css Web 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>