Shades of Blackberry #38081C
Tints of Blackberry #38081C
RGB
CMYK
RGB Variations
Color information
#38081C (or 0x38081C) is known color: Blackberry. HEX triplet: 38, 08 and 1C. RGB value is (56,8,28). Sum of RGB (Red+Green+Blue) = 56+8+28=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38081C is #C7F7E3. Grayscale: #181818. Windows color (decimal): -13105124 or 1837112. OLE color: 1837112.
HSL color Cylindrical-coordinate representation of color #38081C: hue angle of 335º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38081C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 8 | 28 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.78 |
| HSL | 335º | 0.75% | 0.13% | - |
| HSV(B) | 335º | 0.86% | 0.22% | - |
| XYZ | 1.93 | 1.1 | 1.21 | - |
| YUV | 24.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 28 | 0 | 0.86 | 0.50 | 0.78 | 335 | 0.75 | 0.13 |
| Hex | 38 | 8 | 1C | 0 | 56 | 32 | 4E | 14F | 4B | D |
| Octal | 70 | 10 | 34 | 0 | 126 | 62 | 116 | 517 | 113 | 15 |
| Binary | 111000 | 1000 | 11100 | 0 | 1010110 | 110010 | 1001110 | 101001111 | 1001011 | 1101 |
Color Harmonies of #38081C
Complementary color
Monochromatic Colors of #38081C
Black with #38081C
Text Example
Text Example
White with #38081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38081C; }
p { color: rgb(56,8,28); }
H1.HeaderClassName
{
color: #38081C;
}
.AnyTagClassName
{
color: #38081C;
}
</style>
background-color css
<style>
a { background-color: #38081C; }
a { background-color: rgb(56,8,28); }
div.DivClassName
{
background-color: #38081C;
}
.BgClassName
{
background-color: #38081C;
}
</style>
border-color css
<style>
span { border-color: #38081C; }
span { border-color: rgb(56,8,28); }
td.TdClassName
{
border-color: #38081C;
}
.TagClassName
{
border-color: #38081C;
}
</style>