Shades of Clinker #48301B
Tints of Clinker #48301B
RGB
CMYK
RGB Variations
Color information
#48301B (or 0x48301B) is known color: Clinker. HEX triplet: 48, 30 and 1B. RGB value is (72,48,27). Sum of RGB (Red+Green+Blue) = 72+48+27=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301B is #B7CFE4. Grayscale: #343434. Windows color (decimal): -12046309 or 1781832. OLE color: 1781832.
HSL color Cylindrical-coordinate representation of color #48301B: hue angle of 28º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48301B is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 27 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.72 |
| HSL | 28º | 0.45% | 0.19% | - |
| HSV(B) | 28º | 0.63% | 0.28% | - |
| XYZ | 3.93 | 3.57 | 1.52 | - |
| YUV | 52.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 27 | 0 | 0.33 | 0.62 | 0.72 | 28 | 0.45 | 0.19 |
| Hex | 48 | 30 | 1B | 0 | 21 | 3E | 48 | 1C | 2D | 13 |
| Octal | 110 | 60 | 33 | 0 | 41 | 76 | 110 | 34 | 55 | 23 |
| Binary | 1001000 | 110000 | 11011 | 0 | 100001 | 111110 | 1001000 | 11100 | 101101 | 10011 |
Color Harmonies of #48301B
Complementary color
Monochromatic Colors of #48301B
Black with #48301B
Text Example
Text Example
White with #48301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48301B; }
p { color: rgb(72,48,27); }
H1.HeaderClassName
{
color: #48301B;
}
.AnyTagClassName
{
color: #48301B;
}
</style>
background-color css
<style>
a { background-color: #48301B; }
a { background-color: rgb(72,48,27); }
div.DivClassName
{
background-color: #48301B;
}
.BgClassName
{
background-color: #48301B;
}
</style>
border-color css
<style>
span { border-color: #48301B; }
span { border-color: rgb(72,48,27); }
td.TdClassName
{
border-color: #48301B;
}
.TagClassName
{
border-color: #48301B;
}
</style>