Html Css Color HEX #141D10 Black Forest

📋 copy color: '#141D10'

red 20 ◦ green 29 ◦ blue 16

#141D10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #141D10

Tints of Black Forest #141D10

RGB

 RED value IS 20 (8.2% from 255) = 30.77%

 GREEN value IS 29 (11.72% from 255) = 44.62%

 BLUE value IS 16 (6.64% from 255) = 24.62%

R = 30.77%
G = 44.62%
B = 24.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.89

RGB Variations

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

Color information

#141D10 (or 0x141D10) is known color: Black Forest. HEX triplet: 14, 1D and 10. RGB value is (20,29,16). Sum of RGB (Red+Green+Blue) = 20+29+16=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #141D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D10 is #EBE2EF. Grayscale: #181818. Windows color (decimal): -15459056 or 1056020. OLE color: 1056020.

HSL color Cylindrical-coordinate representation of color #141D10: hue angle of 101.54º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #141D10 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 29 16 -
CMYK 0.31 0 0.45 0.89
HSL 101.54º 0.29% 0.09% -
HSV(B) 101.54º 0.45% 0.11% -
XYZ 0.82 1.06 0.65 -
YUV 24.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 20 29 16 0.31 0 0.45 0.89 101.54 0.29 0.09
Hex 14 1D 10 1F 0 2D 59 66 1D 9
Octal 24 35 20 37 0 55 131 146 35 11
Binary 10100 11101 10000 11111 0 101101 1011001 1100110 11101 1001

Color Harmonies of #141D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D10

Black with #141D10

Text Example


Text Example

White with #141D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,16); }

 H1.HeaderClassName
 {
   color: #141D10;
 }
 .AnyTagClassName
 {
   color: #141D10;
 }
</style>

background-color css

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

 a { background-color: rgb(20,29,16); }

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

border-color css

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

 span { border-color: rgb(20,29,16); }

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