Shades of Mikado #422F02
Tints of Mikado #422F02
RGB
CMYK
RGB Variations
Color information
#422F02 (or 0x422F02) is known color: Mikado. HEX triplet: 42, 2F and 02. RGB value is (66,47,2). Sum of RGB (Red+Green+Blue) = 66+47+2=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F02 is #BDD0FD. Grayscale: #2F2F2F. Windows color (decimal): -12439806 or 143170. OLE color: 143170.
HSL color Cylindrical-coordinate representation of color #422F02: hue angle of 42.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422F02 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 2 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.74 |
| HSL | 42.19º | 0.94% | 0.13% | - |
| HSV(B) | 42.19º | 0.97% | 0.26% | - |
| XYZ | 3.27 | 3.2 | 0.5 | - |
| YUV | 47.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 2 | 0 | 0.29 | 0.97 | 0.74 | 42.19 | 0.94 | 0.13 |
| Hex | 42 | 2F | 2 | 0 | 1D | 61 | 4A | 2A | 5E | D |
| Octal | 102 | 57 | 2 | 0 | 35 | 141 | 112 | 52 | 136 | 15 |
| Binary | 1000010 | 101111 | 10 | 0 | 11101 | 1100001 | 1001010 | 101010 | 1011110 | 1101 |
Color Harmonies of #422F02
Complementary color
Monochromatic Colors of #422F02
Black with #422F02
Text Example
Text Example
White with #422F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F02; }
p { color: rgb(66,47,2); }
H1.HeaderClassName
{
color: #422F02;
}
.AnyTagClassName
{
color: #422F02;
}
</style>
background-color css
<style>
a { background-color: #422F02; }
a { background-color: rgb(66,47,2); }
div.DivClassName
{
background-color: #422F02;
}
.BgClassName
{
background-color: #422F02;
}
</style>
border-color css
<style>
span { border-color: #422F02; }
span { border-color: rgb(66,47,2); }
td.TdClassName
{
border-color: #422F02;
}
.TagClassName
{
border-color: #422F02;
}
</style>