#18101D

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

Shades of Blackcurrant #18101D

Tints of Blackcurrant #18101D

Color information

#18101D (or 0x18101D) is unknown color: approx Blackcurrant. HEX triplet: 18, 10 and 1D. RGB value is (24,16,29). Sum of RGB (Red+Green+Blue) = 24+16+29=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #18101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18101D is #E7EFE2. Grayscale: #131313. Windows color (decimal): -15200227 or 1904664. OLE color: 1904664.

HSL color Cylindrical-coordinate representation of color #18101D: hue angle of 276.92º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #18101D is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB241629-
CMYK0.170.4500.89
HSL276.92º28.89%8.82%-
HSV(B)276.92º44.83%11.37%-
XYZ0.780.651.25-
YUV19.87133.15130.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=34.78%
G=23.19%
B=42.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2416290.170.4500.89276.9228.898.82
Hex18101D112D0591151d9
Octal302035215501314253511
Binary1100010000111011000110110101011001100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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