#18111A

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

Shades of Blackcurrant #18111A

Tints of Blackcurrant #18111A

Color information

#18111A (or 0x18111A) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 1A. RGB value is (24,17,26). Sum of RGB (Red+Green+Blue) = 24+17+26=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #18111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111A is #E7EEE5. Grayscale: #141414. Windows color (decimal): -15199974 or 1708312. OLE color: 1708312.

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

Color convert

RGB241726-
CMYK0.080.3500.90
HSL286.67º20.93%8.43%-
HSV(B)286.67º34.62%10.2%-
XYZ0.760.671.07-
YUV20.12131.32130.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=35.82%
G=25.37%
B=38.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2417260.080.3500.90286.6720.938.43
Hex18111A82305A11f158
Octal302132104301324372510
Binary110001000111010100010001101011010100011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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