Shades of Bistre #442302
Tints of Bistre #442302
RGB
CMYK
RGB Variations
Color information
#442302 (or 0x442302) is known color: Bistre. HEX triplet: 44, 23 and 02. RGB value is (68,35,2). Sum of RGB (Red+Green+Blue) = 68+35+2=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #442302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442302 is #BBDCFD. Grayscale: #292929. Windows color (decimal): -12311806 or 140100. OLE color: 140100.
HSL color Cylindrical-coordinate representation of color #442302: hue angle of 30º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #442302 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 35 | 2 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.73 |
| HSL | 30º | 0.94% | 0.14% | - |
| HSV(B) | 30º | 0.97% | 0.27% | - |
| XYZ | 3 | 2.44 | 0.37 | - |
| YUV | 41.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 2 | 0 | 0.49 | 0.97 | 0.73 | 30 | 0.94 | 0.14 |
| Hex | 44 | 23 | 2 | 0 | 31 | 61 | 49 | 1E | 5E | E |
| Octal | 104 | 43 | 2 | 0 | 61 | 141 | 111 | 36 | 136 | 16 |
| Binary | 1000100 | 100011 | 10 | 0 | 110001 | 1100001 | 1001001 | 11110 | 1011110 | 1110 |
Color Harmonies of #442302
Complementary color
Monochromatic Colors of #442302
Black with #442302
Text Example
Text Example
White with #442302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442302; }
p { color: rgb(68,35,2); }
H1.HeaderClassName
{
color: #442302;
}
.AnyTagClassName
{
color: #442302;
}
</style>
background-color css
<style>
a { background-color: #442302; }
a { background-color: rgb(68,35,2); }
div.DivClassName
{
background-color: #442302;
}
.BgClassName
{
background-color: #442302;
}
</style>
border-color css
<style>
span { border-color: #442302; }
span { border-color: rgb(68,35,2); }
td.TdClassName
{
border-color: #442302;
}
.TagClassName
{
border-color: #442302;
}
</style>