Shades of Night Rider #422B2B
Tints of Night Rider #422B2B
RGB
CMYK
RGB Variations
Color information
#422B2B (or 0x422B2B) is known color: Night Rider. HEX triplet: 42, 2B and 2B. RGB value is (66,43,43). Sum of RGB (Red+Green+Blue) = 66+43+43=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #422B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B2B is #BDD4D4. Grayscale: #313131. Windows color (decimal): -12440789 or 2829122. OLE color: 2829122.
HSL color Cylindrical-coordinate representation of color #422B2B: hue angle of 0º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #422B2B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 43 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.74 |
| HSL | 0º | 0.21% | 0.21% | - |
| HSV(B) | 0º | 0.35% | 0.26% | - |
| XYZ | 3.55 | 3.06 | 2.69 | - |
| YUV | 49.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 43 | 0 | 0.35 | 0.35 | 0.74 | 0 | 0.21 | 0.21 |
| Hex | 42 | 2B | 2B | 0 | 23 | 23 | 4A | 0 | 15 | 15 |
| Octal | 102 | 53 | 53 | 0 | 43 | 43 | 112 | 0 | 25 | 25 |
| Binary | 1000010 | 101011 | 101011 | 0 | 100011 | 100011 | 1001010 | 0 | 10101 | 10101 |
Color Harmonies of #422B2B
Complementary color
Monochromatic Colors of #422B2B
Black with #422B2B
Text Example
Text Example
White with #422B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B2B; }
p { color: rgb(66,43,43); }
H1.HeaderClassName
{
color: #422B2B;
}
.AnyTagClassName
{
color: #422B2B;
}
</style>
background-color css
<style>
a { background-color: #422B2B; }
a { background-color: rgb(66,43,43); }
div.DivClassName
{
background-color: #422B2B;
}
.BgClassName
{
background-color: #422B2B;
}
</style>
border-color css
<style>
span { border-color: #422B2B; }
span { border-color: rgb(66,43,43); }
td.TdClassName
{
border-color: #422B2B;
}
.TagClassName
{
border-color: #422B2B;
}
</style>