#18021C

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

Shades of Blackcurrant #18021C

Tints of Blackcurrant #18021C

Color information

#18021C (or 0x18021C) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 1C. RGB value is (24,2,28). Sum of RGB (Red+Green+Blue) = 24+2+28=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #18021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021C is #E7FDE3. Grayscale: #0B0B0B. Windows color (decimal): -15203812 or 1835544. OLE color: 1835544.

HSL color Cylindrical-coordinate representation of color #18021C: hue angle of 290.77º 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 #18021C is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24228-
CMYK0.140.9300.89
HSL290.77º86.67%5.88%-
HSV(B)290.77º92.86%10.98%-
XYZ0.610.321.13-
YUV11.54137.29136.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=44.44%
G=3.70%
B=51.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242280.140.9300.89290.7786.675.88
Hex1821CE5D059123576
Octal302341613501314431276
Binary11000101110011101011101010110011001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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