Html Css Color HEX #141B12 Black Forest

📋 copy color: '#141B12'

red 20 ◦ green 27 ◦ blue 18

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

Shades of Black Forest #141B12

Tints of Black Forest #141B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 41.54%

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 30.77%
G = 41.54%
B = 27.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#141B12 (or 0x141B12) is known color: Black Forest. HEX triplet: 14, 1B and 12. RGB value is (20,27,18). Sum of RGB (Red+Green+Blue) = 20+27+18=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 27 - color contains mainly: green. Hex color #141B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B12 is #EBE4ED. Grayscale: #171717. Windows color (decimal): -15459566 or 1186580. OLE color: 1186580.

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

Color convert

RGB 20 27 18 -
CMYK 0.26 0 0.33 0.89
HSL 106.67º 0.2% 0.09% -
HSV(B) 106.67º 0.33% 0.11% -
XYZ 0.79 0.98 0.72 -
YUV 23.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 20 27 18 0.26 0 0.33 0.89 106.67 0.2 0.09
Hex 14 1B 12 1A 0 21 59 6B 14 9
Octal 24 33 22 32 0 41 131 153 24 11
Binary 10100 11011 10010 11010 0 100001 1011001 1101011 10100 1001

Color Harmonies of #141B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B12

Black with #141B12

Text Example


Text Example

White with #141B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,27,18); }

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

background-color css

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

 a { background-color: rgb(20,27,18); }

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

border-color css

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

 span { border-color: rgb(20,27,18); }

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