#191D1A

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

Shades of Black Bean #191D1A

Tints of Black Bean #191D1A

Color information

#191D1A (or 0x191D1A) is unknown color: approx Black Bean. HEX triplet: 19, 1D and 1A. RGB value is (25,29,26). Sum of RGB (Red+Green+Blue) = 25+29+26=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 29 - color contains mainly: green. Hex color #191D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D1A is #E6E2E5. Grayscale: #1B1B1B. Windows color (decimal): -15131366 or 1711385. OLE color: 1711385.

HSL color Cylindrical-coordinate representation of color #191D1A: hue angle of 135º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #191D1A is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB252926-
CMYK0.1400.100.89
HSL135º7.41%10.59%-
HSV(B)135º13.79%11.37%-
XYZ1.031.161.15-
YUV27.46127.17126.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=31.25%
G=36.25%
B=32.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2529260.1400.100.891357.4110.59
Hex191D1AE0A59877b
Octal31353216012131207713
Binary1100111101110101110010101011001100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191D1A; }

 p { color: rgb(25,29,26); }

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

<style>
 a { background-color: #191D1A; }

 a { background-color: rgb(25,29,26); }

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

<style>
 span { border-color: #191D1A; }

 span { border-color: rgb(25,29,26); }

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