#0E140C

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

Shades of Black Forest #0E140C

Tints of Black Forest #0E140C

Color information

#0E140C (or 0x0E140C) is unknown color: approx Black Forest. HEX triplet: 0E, 14 and 0C. RGB value is (14,20,12). Sum of RGB (Red+Green+Blue) = 14+20+12=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140C is #F1EBF3. Grayscale: #111111. Windows color (decimal): -15854580 or 791566. OLE color: 791566.

HSL color Cylindrical-coordinate representation of color #0E140C: hue angle of 105º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0E140C is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB142012-
CMYK0.3000.400.92
HSL105º25%6.27%-
HSV(B)105º40%7.84%-
XYZ0.50.620.44-
YUV17.29125.01125.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=30.43%
G=43.48%
B=26.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1420120.3000.400.92105256.27
HexE14C1E0285C69196
Octal16241436050134151316
Binary11101010011001111001010001011100110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,12); }

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

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

 a { background-color: rgb(14,20,12); }

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

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

 span { border-color: rgb(14,20,12); }

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