Shades of Blackcurrant #35183C
Tints of Blackcurrant #35183C
RGB
CMYK
RGB Variations
Color information
#35183C (or 0x35183C) is known color: Blackcurrant. HEX triplet: 35, 18 and 3C. RGB value is (53,24,60). Sum of RGB (Red+Green+Blue) = 53+24+60=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #35183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35183C is #CAE7C3. Grayscale: #242424. Windows color (decimal): -13297604 or 3938357. OLE color: 3938357.
HSL color Cylindrical-coordinate representation of color #35183C: hue angle of 288.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35183C is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 24 | 60 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.76 |
| HSL | 288.33º | 0.43% | 0.16% | - |
| HSV(B) | 288.33º | 0.6% | 0.24% | - |
| XYZ | 2.61 | 1.74 | 4.47 | - |
| YUV | 36.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 60 | 0.12 | 0.60 | 0 | 0.76 | 288.33 | 0.43 | 0.16 |
| Hex | 35 | 18 | 3C | C | 3C | 0 | 4C | 120 | 2B | 10 |
| Octal | 65 | 30 | 74 | 14 | 74 | 0 | 114 | 440 | 53 | 20 |
| Binary | 110101 | 11000 | 111100 | 1100 | 111100 | 0 | 1001100 | 100100000 | 101011 | 10000 |
Color Harmonies of #35183C
Complementary color
Monochromatic Colors of #35183C
Black with #35183C
Text Example
Text Example
White with #35183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35183C; }
p { color: rgb(53,24,60); }
H1.HeaderClassName
{
color: #35183C;
}
.AnyTagClassName
{
color: #35183C;
}
</style>
background-color css
<style>
a { background-color: #35183C; }
a { background-color: rgb(53,24,60); }
div.DivClassName
{
background-color: #35183C;
}
.BgClassName
{
background-color: #35183C;
}
</style>
border-color css
<style>
span { border-color: #35183C; }
span { border-color: rgb(53,24,60); }
td.TdClassName
{
border-color: #35183C;
}
.TagClassName
{
border-color: #35183C;
}
</style>