Html Css Color HEX #141F18 Black Bean

📋 copy color: '#141F18'

red 20 ◦ green 31 ◦ blue 24

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

Shades of Black Bean #141F18

Tints of Black Bean #141F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 41.33%

 BLUE value IS 24 (9.77% from 255) = 32%

R = 26.67%
G = 41.33%
B = 32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#141F18 (or 0x141F18) is known color: Black Bean. HEX triplet: 14, 1F and 18. RGB value is (20,31,24). Sum of RGB (Red+Green+Blue) = 20+31+24=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #141F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F18 is #EBE0E7. Grayscale: #1A1A1A. Windows color (decimal): -15458536 or 1580820. OLE color: 1580820.

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

Color convert

RGB 20 31 24 -
CMYK 0.35 0 0.23 0.88
HSL 141.82º 0.22% 0.1% -
HSV(B) 141.82º 0.35% 0.12% -
XYZ 0.94 1.19 1.05 -
YUV 26.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 20 31 24 0.35 0 0.23 0.88 141.82 0.22 0.1
Hex 14 1F 18 23 0 17 58 8E 16 A
Octal 24 37 30 43 0 27 130 216 26 12
Binary 10100 11111 11000 100011 0 10111 1011000 10001110 10110 1010

Color Harmonies of #141F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F18

Black with #141F18

Text Example


Text Example

White with #141F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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