Shades of Blackberry #300A1C
Tints of Blackberry #300A1C
RGB
CMYK
RGB Variations
Color information
#300A1C (or 0x300A1C) is known color: Blackberry. HEX triplet: 30, 0A and 1C. RGB value is (48,10,28). Sum of RGB (Red+Green+Blue) = 48+10+28=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A1C is #CFF5E3. Grayscale: #171717. Windows color (decimal): -13628900 or 1837616. OLE color: 1837616.
HSL color Cylindrical-coordinate representation of color #300A1C: hue angle of 331.58º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A1C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 28 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.81 |
| HSL | 331.58º | 0.66% | 0.11% | - |
| HSV(B) | 331.58º | 0.79% | 0.19% | - |
| XYZ | 1.54 | 0.93 | 1.2 | - |
| YUV | 23.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 28 | 0 | 0.79 | 0.42 | 0.81 | 331.58 | 0.66 | 0.11 |
| Hex | 30 | A | 1C | 0 | 4F | 2A | 51 | 14C | 42 | B |
| Octal | 60 | 12 | 34 | 0 | 117 | 52 | 121 | 514 | 102 | 13 |
| Binary | 110000 | 1010 | 11100 | 0 | 1001111 | 101010 | 1010001 | 101001100 | 1000010 | 1011 |
Color Harmonies of #300A1C
Complementary color
Monochromatic Colors of #300A1C
Black with #300A1C
Text Example
Text Example
White with #300A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A1C; }
p { color: rgb(48,10,28); }
H1.HeaderClassName
{
color: #300A1C;
}
.AnyTagClassName
{
color: #300A1C;
}
</style>
background-color css
<style>
a { background-color: #300A1C; }
a { background-color: rgb(48,10,28); }
div.DivClassName
{
background-color: #300A1C;
}
.BgClassName
{
background-color: #300A1C;
}
</style>
border-color css
<style>
span { border-color: #300A1C; }
span { border-color: rgb(48,10,28); }
td.TdClassName
{
border-color: #300A1C;
}
.TagClassName
{
border-color: #300A1C;
}
</style>