#18021D

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

Shades of Blackcurrant #18021D

Tints of Blackcurrant #18021D

Color information

#18021D (or 0x18021D) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 1D. RGB value is (24,2,29). Sum of RGB (Red+Green+Blue) = 24+2+29=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #18021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021D is #E7FDE2. Grayscale: #0B0B0B. Windows color (decimal): -15203811 or 1901080. OLE color: 1901080.

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

Color convert

RGB24229-
CMYK0.170.9300.89
HSL288.89º87.1%6.08%-
HSV(B)288.89º93.1%11.37%-
XYZ0.620.331.19-
YUV11.66137.79136.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=43.64%
G=3.64%
B=52.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242290.170.9300.89288.8987.16.08
Hex1821D115D059121576
Octal302352113501314411276
Binary110001011101100011011101010110011001000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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