#18141D

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

Shades of Blackcurrant #18141D

Tints of Blackcurrant #18141D

Color information

#18141D (or 0x18141D) is unknown color: approx Blackcurrant. HEX triplet: 18, 14 and 1D. RGB value is (24,20,29). Sum of RGB (Red+Green+Blue) = 24+20+29=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #18141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141D is #E7EBE2. Grayscale: #161616. Windows color (decimal): -15199203 or 1905688. OLE color: 1905688.

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

Color convert

RGB242029-
CMYK0.170.3100.89
HSL266.67º18.37%9.61%-
HSV(B)266.67º31.03%11.37%-
XYZ0.850.781.27-
YUV22.22131.83129.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=32.88%
G=27.40%
B=39.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2420290.170.3100.89266.6718.379.61
Hex18141D111F05910b12a
Octal302435213701314132212
Binary110001010011101100011111101011001100001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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