#191F1A

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

Shades of Black Bean #191F1A

Tints of Black Bean #191F1A

Color information

#191F1A (or 0x191F1A) is unknown color: approx Black Bean. HEX triplet: 19, 1F and 1A. RGB value is (25,31,26). Sum of RGB (Red+Green+Blue) = 25+31+26=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 31 - color contains mainly: green. Hex color #191F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F1A is #E6E0E5. Grayscale: #1C1C1C. Windows color (decimal): -15130854 or 1711897. OLE color: 1711897.

HSL color Cylindrical-coordinate representation of color #191F1A: hue angle of 130º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191F1A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB253126-
CMYK0.1900.160.88
HSL130º10.71%10.98%-
HSV(B)130º19.35%12.16%-
XYZ1.081.261.16-
YUV28.64126.51125.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 26 (10.55% from 255) = 31.71%
R=30.49%
G=37.80%
B=31.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2531260.1900.160.8813010.7110.98
Hex191F1A130105882bb
Octal313732230201302021313
Binary1100111111110101001101000010110001000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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