Shades of Black Magic #33250F
Tints of Black Magic #33250F
RGB
CMYK
RGB Variations
Color information
#33250F (or 0x33250F) is known color: Black Magic. HEX triplet: 33, 25 and 0F. RGB value is (51,37,15). Sum of RGB (Red+Green+Blue) = 51+37+15=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #33250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33250F is #CCDAF0. Grayscale: #262626. Windows color (decimal): -13425393 or 992563. OLE color: 992563.
HSL color Cylindrical-coordinate representation of color #33250F: hue angle of 36.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33250F is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 15 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.8 |
| HSL | 36.67º | 0.55% | 0.13% | - |
| HSV(B) | 36.67º | 0.71% | 0.2% | - |
| XYZ | 2.11 | 2.06 | 0.74 | - |
| YUV | 38.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 15 | 0 | 0.27 | 0.71 | 0.8 | 36.67 | 0.55 | 0.13 |
| Hex | 33 | 25 | F | 0 | 1B | 47 | 50 | 25 | 37 | D |
| Octal | 63 | 45 | 17 | 0 | 33 | 107 | 120 | 45 | 67 | 15 |
| Binary | 110011 | 100101 | 1111 | 0 | 11011 | 1000111 | 1010000 | 100101 | 110111 | 1101 |
Color Harmonies of #33250F
Complementary color
Monochromatic Colors of #33250F
Black with #33250F
Text Example
Text Example
White with #33250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33250F; }
p { color: rgb(51,37,15); }
H1.HeaderClassName
{
color: #33250F;
}
.AnyTagClassName
{
color: #33250F;
}
</style>
background-color css
<style>
a { background-color: #33250F; }
a { background-color: rgb(51,37,15); }
div.DivClassName
{
background-color: #33250F;
}
.BgClassName
{
background-color: #33250F;
}
</style>
border-color css
<style>
span { border-color: #33250F; }
span { border-color: rgb(51,37,15); }
td.TdClassName
{
border-color: #33250F;
}
.TagClassName
{
border-color: #33250F;
}
</style>