Shades of Seal Brown #1A1212
Tints of Seal Brown #1A1212
RGB
CMYK
RGB Variations
Color information
#1A1212 (or 0x1A1212) is known color: Seal Brown. HEX triplet: 1A, 12 and 12. RGB value is (26,18,18). Sum of RGB (Red+Green+Blue) = 26+18+18=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1212 is #E5EDED. Grayscale: #141414. Windows color (decimal): -15068654 or 1184282. OLE color: 1184282.
HSL color Cylindrical-coordinate representation of color #1A1212: hue angle of 0º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1A1212 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
RGB | 26 | 18 | 18 | - |
CMYK | 0 | 0.31 | 0.31 | 0.90 |
HSL | 0º | 0.18% | 0.09% | - |
HSV(B) | 0º | 0.31% | 0.1% | - |
XYZ | 0.75 | 0.7 | 0.67 | - |
YUV | 20.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 18 | 18 | 0 | 0.31 | 0.31 | 0.90 | 0 | 0.18 | 0.09 |
Hex | 1A | 12 | 12 | 0 | 1F | 1F | 5A | 0 | 12 | 9 |
Octal | 32 | 22 | 22 | 0 | 37 | 37 | 132 | 0 | 22 | 11 |
Binary | 11010 | 10010 | 10010 | 0 | 11111 | 11111 | 1011010 | 0 | 10010 | 1001 |
Color Harmonies of #1A1212
Complementary color
Monochromatic Colors of #1A1212
Black with #1A1212
Text Example
Text Example
White with #1A1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1212; }
p { color: rgb(26,18,18); }
H1.HeaderClassName
{
color: #1A1212;
}
.AnyTagClassName
{
color: #1A1212;
}
</style>
background-color css
<style>
a { background-color: #1A1212; }
a { background-color: rgb(26,18,18); }
div.DivClassName
{
background-color: #1A1212;
}
.BgClassName
{
background-color: #1A1212;
}
</style>
border-color css
<style>
span { border-color: #1A1212; }
span { border-color: rgb(26,18,18); }
td.TdClassName
{
border-color: #1A1212;
}
.TagClassName
{
border-color: #1A1212;
}
</style>