#1C0121

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

Shades of Blackcurrant #1C0121

Tints of Blackcurrant #1C0121

Color information

#1C0121 (or 0x1C0121) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 21. RGB value is (28,1,33). Sum of RGB (Red+Green+Blue) = 28+1+33=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #1C0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0121 is #E3FEDE. Grayscale: #0C0C0C. Windows color (decimal): -14941919 or 2162972. OLE color: 2162972.

HSL color Cylindrical-coordinate representation of color #1C0121: hue angle of 290.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0121 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB28133-
CMYK0.150.9700.87
HSL290.62º94.12%6.67%-
HSV(B)290.62º96.97%12.94%-
XYZ0.760.381.47-
YUV12.72139.45138.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 33 (13.28% from 255) = 53.23%
R=45.16%
G=1.61%
B=53.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal281330.150.9700.87290.6294.126.67
Hex1C121F610571235e7
Octal341411714101274431367
Binary11100110000111111100001010101111001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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