Shades of Blackberry #41062A
Tints of Blackberry #41062A
RGB
CMYK
RGB Variations
Color information
#41062A (or 0x41062A) is known color: Blackberry. HEX triplet: 41, 06 and 2A. RGB value is (65,6,42). Sum of RGB (Red+Green+Blue) = 65+6+42=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41062A is #BEF9D5. Grayscale: #1B1B1B. Windows color (decimal): -12515798 or 2754113. OLE color: 2754113.
HSL color Cylindrical-coordinate representation of color #41062A: hue angle of 323.39º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41062A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 42 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.75 |
| HSL | 323.39º | 0.83% | 0.14% | - |
| HSV(B) | 323.39º | 0.91% | 0.25% | - |
| XYZ | 2.66 | 1.42 | 2.32 | - |
| YUV | 27.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 42 | 0 | 0.91 | 0.35 | 0.75 | 323.39 | 0.83 | 0.14 |
| Hex | 41 | 6 | 2A | 0 | 5B | 23 | 4B | 143 | 53 | E |
| Octal | 101 | 6 | 52 | 0 | 133 | 43 | 113 | 503 | 123 | 16 |
| Binary | 1000001 | 110 | 101010 | 0 | 1011011 | 100011 | 1001011 | 101000011 | 1010011 | 1110 |
Color Harmonies of #41062A
Complementary color
Monochromatic Colors of #41062A
Black with #41062A
Text Example
Text Example
White with #41062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41062A; }
p { color: rgb(65,6,42); }
H1.HeaderClassName
{
color: #41062A;
}
.AnyTagClassName
{
color: #41062A;
}
</style>
background-color css
<style>
a { background-color: #41062A; }
a { background-color: rgb(65,6,42); }
div.DivClassName
{
background-color: #41062A;
}
.BgClassName
{
background-color: #41062A;
}
</style>
border-color css
<style>
span { border-color: #41062A; }
span { border-color: rgb(65,6,42); }
td.TdClassName
{
border-color: #41062A;
}
.TagClassName
{
border-color: #41062A;
}
</style>