Html Css Color HEX #0F180C Black Forest

📋 copy color: '#0F180C'

red 15 ◦ green 24 ◦ blue 12

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

Shades of Black Forest #0F180C

Tints of Black Forest #0F180C

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 value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#0F180C (or 0x0F180C) is known color: 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

RGB 15 24 12 -
CMYK 0.37 0 0.50 0.91
HSL 105º 0.33% 0.07% -
HSV(B) 105º 0.5% 0.09% -
XYZ 0.59 0.78 0.47 -
YUV 19.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 15 24 12 0.37 0 0.50 0.91 105 0.33 0.07
Hex F 18 C 25 0 32 5B 69 21 7
Octal 17 30 14 45 0 62 133 151 41 7
Binary 1111 11000 1100 100101 0 110010 1011011 1101001 100001 111

Color Harmonies of #0F180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F180C

Black with #0F180C

Text Example


Text Example

White with #0F180C

Text Example


Text Example

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