#1C012B

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

Shades of Blackcurrant #1C012B

Tints of Blackcurrant #1C012B

Color information

#1C012B (or 0x1C012B) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 2B. RGB value is (28,1,43). Sum of RGB (Red+Green+Blue) = 28+1+43=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C012B is #E3FED4. Grayscale: #0D0D0D. Windows color (decimal): -14941909 or 2818332. OLE color: 2818332.

HSL color Cylindrical-coordinate representation of color #1C012B: hue angle of 278.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C012B is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB28143-
CMYK0.350.9800.83
HSL278.57º95.45%8.63%-
HSV(B)278.57º97.67%16.86%-
XYZ0.930.442.32-
YUV13.86144.45138.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 43 (17.19% from 255) = 59.72%
R=38.89%
G=1.39%
B=59.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal281430.350.9800.83278.5795.458.63
Hex1C12B23620531175f9
Octal3415343142012342713711
Binary11100110101110001111000100101001110001011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,43); }

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

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

 a { background-color: rgb(28,1,43); }

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

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

 span { border-color: rgb(28,1,43); }

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