Shades of Jazzberry Jam #BD035D
Tints of Jazzberry Jam #BD035D
RGB
CMYK
RGB Variations
Color information
#BD035D (or 0xBD035D) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 5D. RGB value is (189,3,93). Sum of RGB (Red+Green+Blue) = 189+3+93=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD035D is #42FCA2. Grayscale: #444444. Windows color (decimal): -4390051 or 6095805. OLE color: 6095805.
HSL color Cylindrical-coordinate representation of color #BD035D: hue angle of 330.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD035D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.26 |
| HSL | 330.97º | 0.97% | 0.38% | - |
| HSV(B) | 330.97º | 0.98% | 0.74% | - |
| XYZ | 22.99 | 11.67 | 11.4 | - |
| YUV | 68.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 93 | 0 | 0.98 | 0.51 | 0.26 | 330.97 | 0.97 | 0.38 |
| Hex | BD | 3 | 5D | 0 | 62 | 33 | 1A | 14B | 61 | 26 |
| Octal | 275 | 3 | 135 | 0 | 142 | 63 | 32 | 513 | 141 | 46 |
| Binary | 10111101 | 11 | 1011101 | 0 | 1100010 | 110011 | 11010 | 101001011 | 1100001 | 100110 |
Color Harmonies of #BD035D
Complementary color
Monochromatic Colors of #BD035D
Black with #BD035D
Text Example
Text Example
White with #BD035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD035D; }
p { color: rgb(189,3,93); }
H1.HeaderClassName
{
color: #BD035D;
}
.AnyTagClassName
{
color: #BD035D;
}
</style>
background-color css
<style>
a { background-color: #BD035D; }
a { background-color: rgb(189,3,93); }
div.DivClassName
{
background-color: #BD035D;
}
.BgClassName
{
background-color: #BD035D;
}
</style>
border-color css
<style>
span { border-color: #BD035D; }
span { border-color: rgb(189,3,93); }
td.TdClassName
{
border-color: #BD035D;
}
.TagClassName
{
border-color: #BD035D;
}
</style>