#18011D

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

Shades of Blackcurrant #18011D

Tints of Blackcurrant #18011D

Color information

#18011D (or 0x18011D) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 1D. RGB value is (24,1,29). Sum of RGB (Red+Green+Blue) = 24+1+29=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #18011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011D is #E7FEE2. Grayscale: #0A0A0A. Windows color (decimal): -15204067 or 1900824. OLE color: 1900824.

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

Color convert

RGB24129-
CMYK0.170.9700.89
HSL289.29º93.33%5.88%-
HSV(B)289.29º96.55%11.37%-
XYZ0.610.31.19-
YUV11.07138.12137.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=44.44%
G=1.85%
B=53.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal241290.170.9700.89289.2993.335.88
Hex1811D11610591215d6
Octal301352114101314411356
Binary11000111101100011100001010110011001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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