#1C0421

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

Shades of Blackcurrant #1C0421

Tints of Blackcurrant #1C0421

Color information

#1C0421 (or 0x1C0421) is unknown color: approx Blackcurrant. HEX triplet: 1C, 04 and 21. RGB value is (28,4,33). Sum of RGB (Red+Green+Blue) = 28+4+33=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #1C0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0421 is #E3FBDE. Grayscale: #0E0E0E. Windows color (decimal): -14941151 or 2163740. OLE color: 2163740.

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

Color convert

RGB28433-
CMYK0.150.8800.87
HSL289.66º78.38%7.25%-
HSV(B)289.66º87.88%12.94%-
XYZ0.80.441.48-
YUV14.48138.45137.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=43.08%
G=6.15%
B=50.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal284330.150.8800.87289.6678.387.25
Hex1C421F580571224e7
Octal344411713001274421167
Binary1110010010000111111011000010101111001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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