#121D0E

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

Shades of Black Forest #121D0E

Tints of Black Forest #121D0E

Color information

#121D0E (or 0x121D0E) is unknown color: approx Black Forest. HEX triplet: 12, 1D and 0E. RGB value is (18,29,14). Sum of RGB (Red+Green+Blue) = 18+29+14=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #121D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D0E is #EDE2F1. Grayscale: #181818. Windows color (decimal): -15590130 or 924946. OLE color: 924946.

HSL color Cylindrical-coordinate representation of color #121D0E: hue angle of 104º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #121D0E is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB182914-
CMYK0.3800.520.89
HSL104º34.88%8.43%-
HSV(B)104º51.72%11.37%-
XYZ0.771.040.58-
YUV24122.36123.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 29 (11.72% from 255) = 47.54%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=29.51%
G=47.54%
B=22.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829140.3800.520.8910434.888.43
Hex121DE260345968238
Octal223516460641311504310
Binary100101110111101001100110100101100111010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D0E; }

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

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

<style>
 a { background-color: #121D0E; }

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

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

<style>
 span { border-color: #121D0E; }

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

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