#18161A

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

Shades of Blackcurrant #18161A

Tints of Blackcurrant #18161A

Color information

#18161A (or 0x18161A) is unknown color: approx Blackcurrant. HEX triplet: 18, 16 and 1A. RGB value is (24,22,26). Sum of RGB (Red+Green+Blue) = 24+22+26=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 26 - color contains mainly: blue. Hex color #18161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18161A is #E7E9E5. Grayscale: #171717. Windows color (decimal): -15198694 or 1709592. OLE color: 1709592.

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

Color convert

RGB242226-
CMYK0.080.1500.90
HSL270º8.33%9.41%-
HSV(B)270º15.38%10.2%-
XYZ0.850.841.1-
YUV23.05129.66128.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=33.33%
G=30.56%
B=36.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2422260.080.1500.902708.339.41
Hex18161A8F05A10e89
Octal302632101701324161011
Binary110001011011010100011110101101010000111010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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