#18111B

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

Shades of Blackcurrant #18111B

Tints of Blackcurrant #18111B

Color information

#18111B (or 0x18111B) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 1B. RGB value is (24,17,27). Sum of RGB (Red+Green+Blue) = 24+17+27=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #18111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111B is #E7EEE4. Grayscale: #141414. Windows color (decimal): -15199973 or 1773848. OLE color: 1773848.

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

Color convert

RGB241727-
CMYK0.110.3700.89
HSL282º22.73%8.63%-
HSV(B)282º37.04%10.59%-
XYZ0.770.671.13-
YUV20.23131.82130.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.29%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=35.29%
G=25%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2417270.110.3700.8928222.738.63
Hex18111BB2505911a179
Octal302133134501314322711
Binary110001000111011101110010101011001100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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