Shades of Blackberry #451C30
Tints of Blackberry #451C30
RGB
CMYK
RGB Variations
Color information
#451C30 (or 0x451C30) is known color: Blackberry. HEX triplet: 45, 1C and 30. RGB value is (69,28,48). Sum of RGB (Red+Green+Blue) = 69+28+48=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #451C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C30 is #BAE3CF. Grayscale: #2A2A2A. Windows color (decimal): -12248016 or 3152965. OLE color: 3152965.
HSL color Cylindrical-coordinate representation of color #451C30: hue angle of 330.73º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C30 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 48 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.73 |
| HSL | 330.73º | 0.42% | 0.19% | - |
| HSV(B) | 330.73º | 0.59% | 0.27% | - |
| XYZ | 3.4 | 2.31 | 3.06 | - |
| YUV | 42.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 48 | 0 | 0.59 | 0.30 | 0.73 | 330.73 | 0.42 | 0.19 |
| Hex | 45 | 1C | 30 | 0 | 3B | 1E | 49 | 14B | 2A | 13 |
| Octal | 105 | 34 | 60 | 0 | 73 | 36 | 111 | 513 | 52 | 23 |
| Binary | 1000101 | 11100 | 110000 | 0 | 111011 | 11110 | 1001001 | 101001011 | 101010 | 10011 |
Color Harmonies of #451C30
Complementary color
Monochromatic Colors of #451C30
Black with #451C30
Text Example
Text Example
White with #451C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C30; }
p { color: rgb(69,28,48); }
H1.HeaderClassName
{
color: #451C30;
}
.AnyTagClassName
{
color: #451C30;
}
</style>
background-color css
<style>
a { background-color: #451C30; }
a { background-color: rgb(69,28,48); }
div.DivClassName
{
background-color: #451C30;
}
.BgClassName
{
background-color: #451C30;
}
</style>
border-color css
<style>
span { border-color: #451C30; }
span { border-color: rgb(69,28,48); }
td.TdClassName
{
border-color: #451C30;
}
.TagClassName
{
border-color: #451C30;
}
</style>