#14210E

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

Shades of Black Forest #14210E

Tints of Black Forest #14210E

Color information

#14210E (or 0x14210E) is unknown color: approx Black Forest. HEX triplet: 14, 21 and 0E. RGB value is (20,33,14). Sum of RGB (Red+Green+Blue) = 20+33+14=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #14210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210E is #EBDEF1. Grayscale: #1B1B1B. Windows color (decimal): -15458034 or 925972. OLE color: 925972.

HSL color Cylindrical-coordinate representation of color #14210E: hue angle of 101.05º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14210E is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB203314-
CMYK0.3900.580.87
HSL101.05º40.43%9.22%-
HSV(B)101.05º57.58%12.94%-
XYZ0.911.270.61-
YUV26.95120.69123.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=29.85%
G=49.25%
B=20.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033140.3900.580.87101.0540.439.22
Hex1421E2703A5765289
Octal244116470721271455011
Binary1010010000111101001110111010101011111001011010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14210E; }

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

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

<style>
 a { background-color: #14210E; }

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

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

<style>
 span { border-color: #14210E; }

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

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