#14200F

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

Shades of Black Forest #14200F

Tints of Black Forest #14200F

Color information

#14200F (or 0x14200F) is unknown color: approx Black Forest. HEX triplet: 14, 20 and 0F. RGB value is (20,32,15). Sum of RGB (Red+Green+Blue) = 20+32+15=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #14200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14200F is #EBDFF0. Grayscale: #1A1A1A. Windows color (decimal): -15458289 or 991252. OLE color: 991252.

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

Color convert

RGB203215-
CMYK0.3700.530.87
HSL102.35º36.17%9.22%-
HSV(B)102.35º53.12%12.55%-
XYZ0.891.220.64-
YUV26.47121.52123.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=29.85%
G=47.76%
B=22.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032150.3700.530.87102.3536.179.22
Hex1420F250355766249
Octal244017450651271464411
Binary1010010000011111001010110101101011111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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