#18111C

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

Shades of Blackcurrant #18111C

Tints of Blackcurrant #18111C

Color information

#18111C (or 0x18111C) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 1C. RGB value is (24,17,28). Sum of RGB (Red+Green+Blue) = 24+17+28=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #18111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111C is #E7EEE3. Grayscale: #141414. Windows color (decimal): -15199972 or 1839384. OLE color: 1839384.

HSL color Cylindrical-coordinate representation of color #18111C: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #18111C is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB241728-
CMYK0.140.3900.89
HSL278.18º24.44%8.82%-
HSV(B)278.18º39.29%10.98%-
XYZ0.790.681.19-
YUV20.35132.32130.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=34.78%
G=24.64%
B=40.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2417280.140.3900.89278.1824.448.82
Hex18111CE27059116189
Octal302134164701314263011
Binary110001000111100111010011101011001100010110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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