#18121A

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

Shades of Blackcurrant #18121A

Tints of Blackcurrant #18121A

Color information

#18121A (or 0x18121A) is unknown color: approx Blackcurrant. HEX triplet: 18, 12 and 1A. RGB value is (24,18,26). Sum of RGB (Red+Green+Blue) = 24+18+26=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #18121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121A is #E7EDE5. Grayscale: #141414. Windows color (decimal): -15199718 or 1708568. OLE color: 1708568.

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

Color convert

RGB241826-
CMYK0.080.3100.90
HSL285º18.18%8.63%-
HSV(B)285º30.77%10.2%-
XYZ0.780.71.07-
YUV20.71130.99130.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2418260.080.3100.9028518.188.63
Hex18121A81F05A11d129
Octal302232103701324352211
Binary11000100101101010001111101011010100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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