Shades of Black Russian #1C1C30
Tints of Black Russian #1C1C30
RGB
CMYK
RGB Variations
Color information
#1C1C30 (or 0x1C1C30) is known color: Black Russian. HEX triplet: 1C, 1C and 30. RGB value is (28,28,48). Sum of RGB (Red+Green+Blue) = 28+28+48=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C1C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1C30 is #E3E3CF. Grayscale: #1E1E1E. Windows color (decimal): -14934992 or 3152924. OLE color: 3152924.
HSL color Cylindrical-coordinate representation of color #1C1C30: hue angle of 240º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C1C30 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 28 | 48 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.81 |
| HSL | 240º | 0.26% | 0.15% | - |
| HSV(B) | 240º | 0.42% | 0.19% | - |
| XYZ | 1.43 | 1.29 | 2.97 | - |
| YUV | 30.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 48 | 0.42 | 0.42 | 0 | 0.81 | 240 | 0.26 | 0.15 |
| Hex | 1C | 1C | 30 | 2A | 2A | 0 | 51 | F0 | 1A | F |
| Octal | 34 | 34 | 60 | 52 | 52 | 0 | 121 | 360 | 32 | 17 |
| Binary | 11100 | 11100 | 110000 | 101010 | 101010 | 0 | 1010001 | 11110000 | 11010 | 1111 |
Color Harmonies of #1C1C30
Complementary color
Monochromatic Colors of #1C1C30
Black with #1C1C30
Text Example
Text Example
White with #1C1C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C30; }
p { color: rgb(28,28,48); }
H1.HeaderClassName
{
color: #1C1C30;
}
.AnyTagClassName
{
color: #1C1C30;
}
</style>
background-color css
<style>
a { background-color: #1C1C30; }
a { background-color: rgb(28,28,48); }
div.DivClassName
{
background-color: #1C1C30;
}
.BgClassName
{
background-color: #1C1C30;
}
</style>
border-color css
<style>
span { border-color: #1C1C30; }
span { border-color: rgb(28,28,48); }
td.TdClassName
{
border-color: #1C1C30;
}
.TagClassName
{
border-color: #1C1C30;
}
</style>