#1C0027

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

Shades of Blackcurrant #1C0027

Tints of Blackcurrant #1C0027

Color information

#1C0027 (or 0x1C0027) is unknown color: approx Blackcurrant. HEX triplet: 1C, 00 and 27. RGB value is (28,0,39). Sum of RGB (Red+Green+Blue) = 28+0+39=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0027 is #E3FFD8. Grayscale: #0C0C0C. Windows color (decimal): -14942169 or 2555932. OLE color: 2555932.

HSL color Cylindrical-coordinate representation of color #1C0027: hue angle of 283.08º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0027 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB28039-
CMYK0.28100.85
HSL283.08º100%7.65%-
HSV(B)283.08º100%15.29%-
XYZ0.850.391.95-
YUV12.82142.78138.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=41.79%
G=0%
B=58.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal280390.28100.85283.081007.65
Hex1C0271C6405511b648
Octal3404734144012543314410
Binary1110001001111110011001000101010110001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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