#18081D

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

Shades of Blackcurrant #18081D

Tints of Blackcurrant #18081D

Color information

#18081D (or 0x18081D) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 1D. RGB value is (24,8,29). Sum of RGB (Red+Green+Blue) = 24+8+29=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #18081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081D is #E7F7E2. Grayscale: #0F0F0F. Windows color (decimal): -15202275 or 1902616. OLE color: 1902616.

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

Color convert

RGB24829-
CMYK0.170.7200.89
HSL285.71º56.76%7.25%-
HSV(B)285.71º72.41%11.37%-
XYZ0.690.461.21-
YUV15.18135.8134.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=39.34%
G=13.11%
B=47.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal248290.170.7200.89285.7156.767.25
Hex1881D114805911e397
Octal301035211100131436717
Binary1100010001110110001100100001011001100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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