#18091D

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

Shades of Blackcurrant #18091D

Tints of Blackcurrant #18091D

Color information

#18091D (or 0x18091D) is unknown color: approx Blackcurrant. HEX triplet: 18, 09 and 1D. RGB value is (24,9,29). Sum of RGB (Red+Green+Blue) = 24+9+29=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #18091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091D is #E7F6E2. Grayscale: #0F0F0F. Windows color (decimal): -15202019 or 1902872. OLE color: 1902872.

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

Color convert

RGB24929-
CMYK0.170.6900.89
HSL285º52.63%7.45%-
HSV(B)285º68.97%11.37%-
XYZ0.70.481.22-
YUV15.76135.47133.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=38.71%
G=14.52%
B=46.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal249290.170.6900.8928552.637.45
Hex1891D114505911d357
Octal301135211050131435657
Binary1100010011110110001100010101011001100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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