#18111E

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

Shades of Blackcurrant #18111E

Tints of Blackcurrant #18111E

Color information

#18111E (or 0x18111E) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 1E. RGB value is (24,17,30). Sum of RGB (Red+Green+Blue) = 24+17+30=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #18111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111E is #E7EEE1. Grayscale: #141414. Windows color (decimal): -15199970 or 1970456. OLE color: 1970456.

HSL color Cylindrical-coordinate representation of color #18111E: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #18111E is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB241730-
CMYK0.200.4300.88
HSL272.31º27.66%9.22%-
HSV(B)272.31º43.33%11.76%-
XYZ0.810.691.32-
YUV20.58133.32130.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=33.80%
G=23.94%
B=42.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2417300.200.4300.88272.3127.669.22
Hex18111E142B0581101c9
Octal302136245301304203411
Binary1100010001111101010010101101011000100010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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