#141F17

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

Shades of Black Bean #141F17

Tints of Black Bean #141F17

Color information

#141F17 (or 0x141F17) is unknown color: approx Black Bean. HEX triplet: 14, 1F and 17. RGB value is (20,31,23). Sum of RGB (Red+Green+Blue) = 20+31+23=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #141F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F17 is #EBE0E8. Grayscale: #1A1A1A. Windows color (decimal): -15458537 or 1515284. OLE color: 1515284.

HSL color Cylindrical-coordinate representation of color #141F17: hue angle of 136.36º 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 #141F17 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB203123-
CMYK0.3500.260.88
HSL136.36º21.57%10%-
HSV(B)136.36º35.48%12.16%-
XYZ0.931.190.99-
YUV26.8125.86123.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 31 (12.5% from 255) = 41.89%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=27.03%
G=41.89%
B=31.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031230.3500.260.88136.3621.5710
Hex141F172301A588816a
Octal243727430321302102612
Binary101001111110111100011011010101100010001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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