Html Css Color HEX #141C11 Black Forest

📋 copy color: '#141C11'

red 20 ◦ green 28 ◦ blue 17

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

Shades of Black Forest #141C11

Tints of Black Forest #141C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 43.08%

 BLUE value IS 17 (7.03% from 255) = 26.15%

R = 30.77%
G = 43.08%
B = 26.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#141C11 (or 0x141C11) is known color: Black Forest. HEX triplet: 14, 1C and 11. RGB value is (20,28,17). Sum of RGB (Red+Green+Blue) = 20+28+17=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #141C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C11 is #EBE3EE. Grayscale: #181818. Windows color (decimal): -15459311 or 1121300. OLE color: 1121300.

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

Color convert

RGB 20 28 17 -
CMYK 0.29 0 0.39 0.89
HSL 103.64º 0.24% 0.09% -
HSV(B) 103.64º 0.39% 0.11% -
XYZ 0.8 1.02 0.68 -
YUV 24.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 20 28 17 0.29 0 0.39 0.89 103.64 0.24 0.09
Hex 14 1C 11 1D 0 27 59 68 18 9
Octal 24 34 21 35 0 47 131 150 30 11
Binary 10100 11100 10001 11101 0 100111 1011001 1101000 11000 1001

Color Harmonies of #141C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C11

Black with #141C11

Text Example


Text Example

White with #141C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,17); }

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

background-color css

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

 a { background-color: rgb(20,28,17); }

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

border-color css

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

 span { border-color: rgb(20,28,17); }

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