#18001D

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

Shades of Blackcurrant #18001D

Tints of Blackcurrant #18001D

Color information

#18001D (or 0x18001D) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 1D. RGB value is (24,0,29). Sum of RGB (Red+Green+Blue) = 24+0+29=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #18001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001D is #E7FFE2. Grayscale: #0A0A0A. Windows color (decimal): -15204323 or 1900568. OLE color: 1900568.

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

Color convert

RGB24029-
CMYK0.17100.89
HSL289.66º100%5.69%-
HSV(B)289.66º100%11.37%-
XYZ0.60.281.19-
YUV10.48138.45137.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=45.28%
G=0%
B=54.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal240290.17100.89289.661005.69
Hex1801D1164059122646
Octal300352114401314421446
Binary11000011101100011100100010110011001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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