#18141A

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

Shades of Blackcurrant #18141A

Tints of Blackcurrant #18141A

Color information

#18141A (or 0x18141A) is unknown color: approx Blackcurrant. HEX triplet: 18, 14 and 1A. RGB value is (24,20,26). Sum of RGB (Red+Green+Blue) = 24+20+26=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 26 - color contains mainly: blue. Hex color #18141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141A is #E7EBE5. Grayscale: #151515. Windows color (decimal): -15199206 or 1709080. OLE color: 1709080.

HSL color Cylindrical-coordinate representation of color #18141A: hue angle of 280º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #18141A is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB242026-
CMYK0.080.2300.90
HSL280º13.04%9.02%-
HSV(B)280º23.08%10.2%-
XYZ0.810.771.08-
YUV21.88130.33129.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=34.29%
G=28.57%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2420260.080.2300.9028013.049.02
Hex18141A81705A118d9
Octal302432102701324301511
Binary1100010100110101000101110101101010001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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