#141F0F

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

Shades of Black Forest #141F0F

Tints of Black Forest #141F0F

Color information

#141F0F (or 0x141F0F) is unknown color: approx Black Forest. HEX triplet: 14, 1F and 0F. RGB value is (20,31,15). Sum of RGB (Red+Green+Blue) = 20+31+15=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #141F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F0F is #EBE0F0. Grayscale: #191919. Windows color (decimal): -15458545 or 990996. OLE color: 990996.

HSL color Cylindrical-coordinate representation of color #141F0F: hue angle of 101.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #141F0F is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB203115-
CMYK0.3500.520.88
HSL101.25º34.78%9.02%-
HSV(B)101.25º51.61%12.16%-
XYZ0.861.160.63-
YUV25.89121.86123.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=30.30%
G=46.97%
B=22.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031150.3500.520.88101.2534.789.02
Hex141FF230345865239
Octal243717430641301454311
Binary101001111111111000110110100101100011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F0F; }

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

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

<style>
 a { background-color: #141F0F; }

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

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

<style>
 span { border-color: #141F0F; }

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

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