Shades of Blackberry #41031C
Tints of Blackberry #41031C
RGB
CMYK
RGB Variations
Color information
#41031C (or 0x41031C) is known color: Blackberry. HEX triplet: 41, 03 and 1C. RGB value is (65,3,28). Sum of RGB (Red+Green+Blue) = 65+3+28=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41031C is #BEFCE3. Grayscale: #181818. Windows color (decimal): -12516580 or 1835841. OLE color: 1835841.
HSL color Cylindrical-coordinate representation of color #41031C: hue angle of 335.81º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41031C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 28 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.75 |
| HSL | 335.81º | 0.91% | 0.13% | - |
| HSV(B) | 335.81º | 0.95% | 0.25% | - |
| XYZ | 2.42 | 1.27 | 1.22 | - |
| YUV | 24.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 28 | 0 | 0.95 | 0.57 | 0.75 | 335.81 | 0.91 | 0.13 |
| Hex | 41 | 3 | 1C | 0 | 5F | 39 | 4B | 150 | 5B | D |
| Octal | 101 | 3 | 34 | 0 | 137 | 71 | 113 | 520 | 133 | 15 |
| Binary | 1000001 | 11 | 11100 | 0 | 1011111 | 111001 | 1001011 | 101010000 | 1011011 | 1101 |
Color Harmonies of #41031C
Complementary color
Monochromatic Colors of #41031C
Black with #41031C
Text Example
Text Example
White with #41031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41031C; }
p { color: rgb(65,3,28); }
H1.HeaderClassName
{
color: #41031C;
}
.AnyTagClassName
{
color: #41031C;
}
</style>
background-color css
<style>
a { background-color: #41031C; }
a { background-color: rgb(65,3,28); }
div.DivClassName
{
background-color: #41031C;
}
.BgClassName
{
background-color: #41031C;
}
</style>
border-color css
<style>
span { border-color: #41031C; }
span { border-color: rgb(65,3,28); }
td.TdClassName
{
border-color: #41031C;
}
.TagClassName
{
border-color: #41031C;
}
</style>