Shades of Clinker #43301A
Tints of Clinker #43301A
RGB
CMYK
RGB Variations
Color information
#43301A (or 0x43301A) is known color: Clinker. HEX triplet: 43, 30 and 1A. RGB value is (67,48,26). Sum of RGB (Red+Green+Blue) = 67+48+26=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #43301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43301A is #BCCFE5. Grayscale: #333333. Windows color (decimal): -12373990 or 1716291. OLE color: 1716291.
HSL color Cylindrical-coordinate representation of color #43301A: hue angle of 32.2º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43301A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 26 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.74 |
| HSL | 32.2º | 0.44% | 0.18% | - |
| HSV(B) | 32.2º | 0.61% | 0.26% | - |
| XYZ | 3.56 | 3.38 | 1.44 | - |
| YUV | 51.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 26 | 0 | 0.28 | 0.61 | 0.74 | 32.2 | 0.44 | 0.18 |
| Hex | 43 | 30 | 1A | 0 | 1C | 3D | 4A | 20 | 2C | 12 |
| Octal | 103 | 60 | 32 | 0 | 34 | 75 | 112 | 40 | 54 | 22 |
| Binary | 1000011 | 110000 | 11010 | 0 | 11100 | 111101 | 1001010 | 100000 | 101100 | 10010 |
Color Harmonies of #43301A
Complementary color
Monochromatic Colors of #43301A
Black with #43301A
Text Example
Text Example
White with #43301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43301A; }
p { color: rgb(67,48,26); }
H1.HeaderClassName
{
color: #43301A;
}
.AnyTagClassName
{
color: #43301A;
}
</style>
background-color css
<style>
a { background-color: #43301A; }
a { background-color: rgb(67,48,26); }
div.DivClassName
{
background-color: #43301A;
}
.BgClassName
{
background-color: #43301A;
}
</style>
border-color css
<style>
span { border-color: #43301A; }
span { border-color: rgb(67,48,26); }
td.TdClassName
{
border-color: #43301A;
}
.TagClassName
{
border-color: #43301A;
}
</style>