#18011B

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

Shades of Blackcurrant #18011B

Tints of Blackcurrant #18011B

Color information

#18011B (or 0x18011B) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 1B. RGB value is (24,1,27). Sum of RGB (Red+Green+Blue) = 24+1+27=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #18011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011B is #E7FEE4. Grayscale: #0A0A0A. Windows color (decimal): -15204069 or 1769752. OLE color: 1769752.

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

Color convert

RGB24127-
CMYK0.110.9600.89
HSL293.08º92.86%5.49%-
HSV(B)293.08º96.3%10.59%-
XYZ0.590.31.06-
YUV10.84137.12137.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 27 (10.94% from 255) = 51.92%
R=46.15%
G=1.92%
B=51.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal241270.110.9600.89293.0892.865.49
Hex1811BB600591255d5
Octal301331314001314451355
Binary1100011101110111100000010110011001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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