#14210F

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

Shades of Black Forest #14210F

Tints of Black Forest #14210F

Color information

#14210F (or 0x14210F) is unknown color: approx Black Forest. HEX triplet: 14, 21 and 0F. RGB value is (20,33,15). Sum of RGB (Red+Green+Blue) = 20+33+15=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #14210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14210F is #EBDEF0. Grayscale: #1B1B1B. Windows color (decimal): -15458033 or 991508. OLE color: 991508.

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

Color convert

RGB203315-
CMYK0.3900.550.87
HSL103.33º37.5%9.41%-
HSV(B)103.33º54.55%12.94%-
XYZ0.921.270.65-
YUV27.06121.19122.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=29.41%
G=48.53%
B=22.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033150.3900.550.87103.3337.59.41
Hex1421F270375767269
Octal244117470671271474611
Binary1010010000111111001110110111101011111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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