#18101F

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

Shades of Blackcurrant #18101F

Tints of Blackcurrant #18101F

Color information

#18101F (or 0x18101F) is unknown color: approx Blackcurrant. HEX triplet: 18, 10 and 1F. RGB value is (24,16,31). Sum of RGB (Red+Green+Blue) = 24+16+31=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #18101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18101F is #E7EFE0. Grayscale: #141414. Windows color (decimal): -15200225 or 2035736. OLE color: 2035736.

HSL color Cylindrical-coordinate representation of color #18101F: hue angle of 272º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18101F is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB241631-
CMYK0.230.4800.88
HSL272º31.91%9.22%-
HSV(B)272º48.39%12.16%-
XYZ0.810.661.38-
YUV20.1134.15130.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=33.80%
G=22.54%
B=43.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2416310.230.4800.8827231.919.22
Hex18101F1730058110209
Octal302037276001304204011
Binary11000100001111110111110000010110001000100001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18101F; }

 p { color: rgb(24,16,31); }

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

<style>
 a { background-color: #18101F; }

 a { background-color: rgb(24,16,31); }

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

<style>
 span { border-color: #18101F; }

 span { border-color: rgb(24,16,31); }

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