#1C0036

Color #1C0036 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1C0036

Tints of Blackcurrant #1C0036

Color information

#1C0036 (or 0x1C0036) is unknown color: approx Blackcurrant. HEX triplet: 1C, 00 and 36. RGB value is (28,0,54). Sum of RGB (Red+Green+Blue) = 28+0+54=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #1C0036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0036 is #E3FFC9. Grayscale: #0E0E0E. Windows color (decimal): -14942154 or 3538972. OLE color: 3538972.

HSL color Cylindrical-coordinate representation of color #1C0036: hue angle of 271.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0036 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB28054-
CMYK0.48100.79
HSL271.11º100%10.59%-
HSV(B)271.11º100%21.18%-
XYZ1.140.513.53-
YUV14.53150.28137.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 65.85%
R=34.15%
G=0%
B=65.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal280540.48100.79271.1110010.59
Hex1C036306404F10f64b
Octal3406660144011741714413
Binary11100011011011000011001000100111110000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0036; }

 p { color: rgb(28,0,54); }

 H1.HeaderClassName
 {
   color: #1C0036;
 }
 .AnyTagClassName
 {
   color: #1C0036;
 }
</style>
background-color css

<style>
 a { background-color: #1C0036; }

 a { background-color: rgb(28,0,54); }

 div.DivClassName
 {
   background-color: #1C0036;
 }
 .BgClassName
 {
   background-color: #1C0036;
 }
</style>
border-color css

<style>
 span { border-color: #1C0036; }

 span { border-color: rgb(28,0,54); }

 td.TdClassName
 {
   border-color: #1C0036;
 }
 .TagClassName
 {
   border-color: #1C0036;
 }
</style>