#18021B

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

Shades of Blackcurrant #18021B

Tints of Blackcurrant #18021B

Color information

#18021B (or 0x18021B) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 1B. RGB value is (24,2,27). Sum of RGB (Red+Green+Blue) = 24+2+27=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #18021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021B is #E7FDE4. Grayscale: #0B0B0B. Windows color (decimal): -15203813 or 1770008. OLE color: 1770008.

HSL color Cylindrical-coordinate representation of color #18021B: hue angle of 292.8º degrees, saturation: 0.86, 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 #18021B is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24227-
CMYK0.110.9300.89
HSL292.8º86.21%5.69%-
HSV(B)292.8º92.59%10.59%-
XYZ0.60.321.07-
YUV11.43136.79136.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=45.28%
G=3.77%
B=50.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242270.110.9300.89292.886.215.69
Hex1821BB5D059125566
Octal302331313501314451266
Binary11000101101110111011101010110011001001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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