Shades of Mikado #422F01
Tints of Mikado #422F01
RGB
CMYK
RGB Variations
Color information
#422F01 (or 0x422F01) is known color: Mikado. HEX triplet: 42, 2F and 01. RGB value is (66,47,1). Sum of RGB (Red+Green+Blue) = 66+47+1=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #422F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F01 is #BDD0FE. Grayscale: #2F2F2F. Windows color (decimal): -12439807 or 77634. OLE color: 77634.
HSL color Cylindrical-coordinate representation of color #422F01: hue angle of 42.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422F01 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 1 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.74 |
| HSL | 42.46º | 0.97% | 0.13% | - |
| HSV(B) | 42.46º | 0.98% | 0.26% | - |
| XYZ | 3.27 | 3.19 | 0.47 | - |
| YUV | 47.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 1 | 0 | 0.29 | 0.98 | 0.74 | 42.46 | 0.97 | 0.13 |
| Hex | 42 | 2F | 1 | 0 | 1D | 62 | 4A | 2A | 61 | D |
| Octal | 102 | 57 | 1 | 0 | 35 | 142 | 112 | 52 | 141 | 15 |
| Binary | 1000010 | 101111 | 1 | 0 | 11101 | 1100010 | 1001010 | 101010 | 1100001 | 1101 |
Color Harmonies of #422F01
Complementary color
Monochromatic Colors of #422F01
Black with #422F01
Text Example
Text Example
White with #422F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F01; }
p { color: rgb(66,47,1); }
H1.HeaderClassName
{
color: #422F01;
}
.AnyTagClassName
{
color: #422F01;
}
</style>
background-color css
<style>
a { background-color: #422F01; }
a { background-color: rgb(66,47,1); }
div.DivClassName
{
background-color: #422F01;
}
.BgClassName
{
background-color: #422F01;
}
</style>
border-color css
<style>
span { border-color: #422F01; }
span { border-color: rgb(66,47,1); }
td.TdClassName
{
border-color: #422F01;
}
.TagClassName
{
border-color: #422F01;
}
</style>