#18011C

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

Shades of Blackcurrant #18011C

Tints of Blackcurrant #18011C

Color information

#18011C (or 0x18011C) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 1C. RGB value is (24,1,28). Sum of RGB (Red+Green+Blue) = 24+1+28=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #18011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011C is #E7FEE3. Grayscale: #0A0A0A. Windows color (decimal): -15204068 or 1835288. OLE color: 1835288.

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

Color convert

RGB24128-
CMYK0.140.9600.89
HSL291.11º93.1%5.69%-
HSV(B)291.11º96.43%10.98%-
XYZ0.60.31.12-
YUV10.96137.62137.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=45.28%
G=1.89%
B=52.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal241280.140.9600.89291.1193.15.69
Hex1811CE600591235d6
Octal301341614001314431356
Binary1100011110011101100000010110011001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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