#18011E

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

Shades of Blackcurrant #18011E

Tints of Blackcurrant #18011E

Color information

#18011E (or 0x18011E) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 1E. RGB value is (24,1,30). Sum of RGB (Red+Green+Blue) = 24+1+30=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #18011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011E is #E7FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15204066 or 1966360. OLE color: 1966360.

HSL color Cylindrical-coordinate representation of color #18011E: hue angle of 287.59º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18011E is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB24130-
CMYK0.200.9700.88
HSL287.59º93.55%6.08%-
HSV(B)287.59º96.67%11.76%-
XYZ0.620.311.26-
YUV11.18138.62137.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=43.64%
G=1.82%
B=54.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal241300.200.9700.88287.5993.556.08
Hex1811E14610581205e6
Octal301362414101304401366
Binary11000111110101001100001010110001001000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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