#18141E

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

Shades of Blackcurrant #18141E

Tints of Blackcurrant #18141E

Color information

#18141E (or 0x18141E) is unknown color: approx Blackcurrant. HEX triplet: 18, 14 and 1E. RGB value is (24,20,30). Sum of RGB (Red+Green+Blue) = 24+20+30=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #18141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141E is #E7EBE1. Grayscale: #161616. Windows color (decimal): -15199202 or 1971224. OLE color: 1971224.

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

Color convert

RGB242030-
CMYK0.200.3300.88
HSL264º20%9.8%-
HSV(B)264º33.33%11.76%-
XYZ0.860.791.34-
YUV22.34132.33129.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=32.43%
G=27.03%
B=40.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2420300.200.3300.88264209.8
Hex18141E142105810814a
Octal302436244101304102412
Binary1100010100111101010010000101011000100001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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