Shades of Blackcurrant #1B033C
Tints of Blackcurrant #1B033C
RGB
CMYK
RGB Variations
Color information
#1B033C (or 0x1B033C) is known color: Blackcurrant. HEX triplet: 1B, 03 and 3C. RGB value is (27,3,60). Sum of RGB (Red+Green+Blue) = 27+3+60=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B033C is #E4FCC3. Grayscale: #101010. Windows color (decimal): -15006916 or 3932955. OLE color: 3932955.
HSL color Cylindrical-coordinate representation of color #1B033C: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B033C is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 3 | 60 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.76 |
| HSL | 265.26º | 0.9% | 0.12% | - |
| HSV(B) | 265.26º | 0.95% | 0.24% | - |
| XYZ | 1.3 | 0.62 | 4.33 | - |
| YUV | 16.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 60 | 0.55 | 0.95 | 0 | 0.76 | 265.26 | 0.9 | 0.12 |
| Hex | 1B | 3 | 3C | 37 | 5F | 0 | 4C | 109 | 5A | C |
| Octal | 33 | 3 | 74 | 67 | 137 | 0 | 114 | 411 | 132 | 14 |
| Binary | 11011 | 11 | 111100 | 110111 | 1011111 | 0 | 1001100 | 100001001 | 1011010 | 1100 |
Color Harmonies of #1B033C
Complementary color
Monochromatic Colors of #1B033C
Black with #1B033C
Text Example
Text Example
White with #1B033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B033C; }
p { color: rgb(27,3,60); }
H1.HeaderClassName
{
color: #1B033C;
}
.AnyTagClassName
{
color: #1B033C;
}
</style>
background-color css
<style>
a { background-color: #1B033C; }
a { background-color: rgb(27,3,60); }
div.DivClassName
{
background-color: #1B033C;
}
.BgClassName
{
background-color: #1B033C;
}
</style>
border-color css
<style>
span { border-color: #1B033C; }
span { border-color: rgb(27,3,60); }
td.TdClassName
{
border-color: #1B033C;
}
.TagClassName
{
border-color: #1B033C;
}
</style>