Shades of Black Bean #1A381F
Tints of Black Bean #1A381F
RGB
CMYK
RGB Variations
Color information
#1A381F (or 0x1A381F) is known color: Black Bean. HEX triplet: 1A, 38 and 1F. RGB value is (26,56,31). Sum of RGB (Red+Green+Blue) = 26+56+31=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #1A381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A381F is #E5C7E0. Grayscale: #2C2C2C. Windows color (decimal): -15058913 or 2045978. OLE color: 2045978.
HSL color Cylindrical-coordinate representation of color #1A381F: hue angle of 130º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A381F is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 31 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.78 |
| HSL | 130º | 0.37% | 0.16% | - |
| HSV(B) | 130º | 0.54% | 0.22% | - |
| XYZ | 2.09 | 3.15 | 1.79 | - |
| YUV | 44.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 31 | 0.54 | 0 | 0.45 | 0.78 | 130 | 0.37 | 0.16 |
| Hex | 1A | 38 | 1F | 36 | 0 | 2D | 4E | 82 | 25 | 10 |
| Octal | 32 | 70 | 37 | 66 | 0 | 55 | 116 | 202 | 45 | 20 |
| Binary | 11010 | 111000 | 11111 | 110110 | 0 | 101101 | 1001110 | 10000010 | 100101 | 10000 |
Color Harmonies of #1A381F
Complementary color
Monochromatic Colors of #1A381F
Black with #1A381F
Text Example
Text Example
White with #1A381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A381F; }
p { color: rgb(26,56,31); }
H1.HeaderClassName
{
color: #1A381F;
}
.AnyTagClassName
{
color: #1A381F;
}
</style>
background-color css
<style>
a { background-color: #1A381F; }
a { background-color: rgb(26,56,31); }
div.DivClassName
{
background-color: #1A381F;
}
.BgClassName
{
background-color: #1A381F;
}
</style>
border-color css
<style>
span { border-color: #1A381F; }
span { border-color: rgb(26,56,31); }
td.TdClassName
{
border-color: #1A381F;
}
.TagClassName
{
border-color: #1A381F;
}
</style>