#1C0120

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

Shades of Blackcurrant #1C0120

Tints of Blackcurrant #1C0120

Color information

#1C0120 (or 0x1C0120) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 20. RGB value is (28,1,32). Sum of RGB (Red+Green+Blue) = 28+1+32=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #1C0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0120 is #E3FEDF. Grayscale: #0C0C0C. Windows color (decimal): -14941920 or 2097436. OLE color: 2097436.

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

Color convert

RGB28132-
CMYK0.120.9700.87
HSL292.26º93.94%6.47%-
HSV(B)292.26º96.88%12.55%-
XYZ0.750.371.4-
YUV12.61138.95138.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 32 (12.89% from 255) = 52.46%
R=45.90%
G=1.64%
B=52.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal281320.120.9700.87292.2693.946.47
Hex1C120C610571245e6
Octal341401414101274441366
Binary11100110000011001100001010101111001001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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