Shades of Clinker #482F03
Tints of Clinker #482F03
RGB
CMYK
RGB Variations
Color information
#482F03 (or 0x482F03) is known color: Clinker. HEX triplet: 48, 2F and 03. RGB value is (72,47,3). Sum of RGB (Red+Green+Blue) = 72+47+3=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F03 is #B7D0FC. Grayscale: #313131. Windows color (decimal): -12046589 or 208712. OLE color: 208712.
HSL color Cylindrical-coordinate representation of color #482F03: hue angle of 38.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #482F03 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 3 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.72 |
| HSL | 38.26º | 0.92% | 0.15% | - |
| HSV(B) | 38.26º | 0.96% | 0.28% | - |
| XYZ | 3.71 | 3.42 | 0.55 | - |
| YUV | 49.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 3 | 0 | 0.35 | 0.96 | 0.72 | 38.26 | 0.92 | 0.15 |
| Hex | 48 | 2F | 3 | 0 | 23 | 60 | 48 | 26 | 5C | F |
| Octal | 110 | 57 | 3 | 0 | 43 | 140 | 110 | 46 | 134 | 17 |
| Binary | 1001000 | 101111 | 11 | 0 | 100011 | 1100000 | 1001000 | 100110 | 1011100 | 1111 |
Color Harmonies of #482F03
Complementary color
Monochromatic Colors of #482F03
Black with #482F03
Text Example
Text Example
White with #482F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F03; }
p { color: rgb(72,47,3); }
H1.HeaderClassName
{
color: #482F03;
}
.AnyTagClassName
{
color: #482F03;
}
</style>
background-color css
<style>
a { background-color: #482F03; }
a { background-color: rgb(72,47,3); }
div.DivClassName
{
background-color: #482F03;
}
.BgClassName
{
background-color: #482F03;
}
</style>
border-color css
<style>
span { border-color: #482F03; }
span { border-color: rgb(72,47,3); }
td.TdClassName
{
border-color: #482F03;
}
.TagClassName
{
border-color: #482F03;
}
</style>