#141C17

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

Shades of Black Bean #141C17

Tints of Black Bean #141C17

Color information

#141C17 (or 0x141C17) is unknown color: approx Black Bean. HEX triplet: 14, 1C and 17. RGB value is (20,28,23). Sum of RGB (Red+Green+Blue) = 20+28+23=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #141C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C17 is #EBE3E8. Grayscale: #191919. Windows color (decimal): -15459305 or 1514516. OLE color: 1514516.

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

Color convert

RGB202823-
CMYK0.2900.180.89
HSL142.5º16.67%9.41%-
HSV(B)142.5º28.57%10.98%-
XYZ0.861.040.97-
YUV25.04126.85124.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=28.17%
G=39.44%
B=32.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028230.2900.180.89142.516.679.41
Hex141C171D012598e119
Octal243427350221312162111
Binary10100111001011111101010010101100110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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