#181021

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

Shades of Blackcurrant #181021

Tints of Blackcurrant #181021

Color information

#181021 (or 0x181021) is unknown color: approx Blackcurrant. HEX triplet: 18, 10 and 21. RGB value is (24,16,33). Sum of RGB (Red+Green+Blue) = 24+16+33=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #181021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181021 is #E7EFDE. Grayscale: #141414. Windows color (decimal): -15200223 or 2166808. OLE color: 2166808.

HSL color Cylindrical-coordinate representation of color #181021: hue angle of 268.24º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #181021 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB241633-
CMYK0.270.5200.87
HSL268.24º34.69%9.61%-
HSV(B)268.24º51.52%12.94%-
XYZ0.840.671.52-
YUV20.33135.15130.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=32.88%
G=21.92%
B=45.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2416330.270.5200.87268.2434.699.61
Hex1810211B3405710c23a
Octal302041336401274144312
Binary110001000010000111011110100010101111000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181021; }

 p { color: rgb(24,16,33); }

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

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

 a { background-color: rgb(24,16,33); }

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

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

 span { border-color: rgb(24,16,33); }

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