#12021C

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

Shades of Blackcurrant #12021C

Tints of Blackcurrant #12021C

Color information

#12021C (or 0x12021C) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 1C. RGB value is (18,2,28). Sum of RGB (Red+Green+Blue) = 18+2+28=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #12021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021C is #EDFDE3. Grayscale: #090909. Windows color (decimal): -15597028 or 1835538. OLE color: 1835538.

HSL color Cylindrical-coordinate representation of color #12021C: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12021C is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18228-
CMYK0.360.9300.89
HSL276.92º86.67%5.88%-
HSV(B)276.92º92.86%10.98%-
XYZ0.480.261.12-
YUV9.75138.3133.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=37.5%
G=4.17%
B=58.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182280.360.9300.89276.9286.675.88
Hex1221C245D059115576
Octal222344413501314251276
Binary1001010111001001001011101010110011000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12021C; }

 p { color: rgb(18,2,28); }

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

<style>
 a { background-color: #12021C; }

 a { background-color: rgb(18,2,28); }

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

<style>
 span { border-color: #12021C; }

 span { border-color: rgb(18,2,28); }

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