#18031D

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

Shades of Blackcurrant #18031D

Tints of Blackcurrant #18031D

Color information

#18031D (or 0x18031D) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 1D. RGB value is (24,3,29). Sum of RGB (Red+Green+Blue) = 24+3+29=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #18031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18031D is #E7FCE2. Grayscale: #0C0C0C. Windows color (decimal): -15203555 or 1901336. OLE color: 1901336.

HSL color Cylindrical-coordinate representation of color #18031D: hue angle of 288.46º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18031D is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24329-
CMYK0.170.9000.89
HSL288.46º81.25%6.27%-
HSV(B)288.46º89.66%11.37%-
XYZ0.630.351.2-
YUV12.24137.46136.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=42.86%
G=5.36%
B=51.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal243290.170.9000.89288.4681.256.27
Hex1831D115A059120516
Octal303352113201314401216
Binary110001111101100011011010010110011001000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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