Shades of Mikado #42300B
Tints of Mikado #42300B
RGB
CMYK
RGB Variations
Color information
#42300B (or 0x42300B) is known color: Mikado. HEX triplet: 42, 30 and 0B. RGB value is (66,48,11). Sum of RGB (Red+Green+Blue) = 66+48+11=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #42300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42300B is #BDCFF4. Grayscale: #313131. Windows color (decimal): -12439541 or 733250. OLE color: 733250.
HSL color Cylindrical-coordinate representation of color #42300B: hue angle of 40.36º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42300B is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 48 | 11 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.74 |
| HSL | 40.36º | 0.71% | 0.15% | - |
| HSV(B) | 40.36º | 0.83% | 0.26% | - |
| XYZ | 3.36 | 3.3 | 0.78 | - |
| YUV | 49.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 11 | 0 | 0.27 | 0.83 | 0.74 | 40.36 | 0.71 | 0.15 |
| Hex | 42 | 30 | B | 0 | 1B | 53 | 4A | 28 | 47 | F |
| Octal | 102 | 60 | 13 | 0 | 33 | 123 | 112 | 50 | 107 | 17 |
| Binary | 1000010 | 110000 | 1011 | 0 | 11011 | 1010011 | 1001010 | 101000 | 1000111 | 1111 |
Color Harmonies of #42300B
Complementary color
Monochromatic Colors of #42300B
Black with #42300B
Text Example
Text Example
White with #42300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42300B; }
p { color: rgb(66,48,11); }
H1.HeaderClassName
{
color: #42300B;
}
.AnyTagClassName
{
color: #42300B;
}
</style>
background-color css
<style>
a { background-color: #42300B; }
a { background-color: rgb(66,48,11); }
div.DivClassName
{
background-color: #42300B;
}
.BgClassName
{
background-color: #42300B;
}
</style>
border-color css
<style>
span { border-color: #42300B; }
span { border-color: rgb(66,48,11); }
td.TdClassName
{
border-color: #42300B;
}
.TagClassName
{
border-color: #42300B;
}
</style>