#181221

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

Shades of Blackcurrant #181221

Tints of Blackcurrant #181221

Color information

#181221 (or 0x181221) is unknown color: approx Blackcurrant. HEX triplet: 18, 12 and 21. RGB value is (24,18,33). Sum of RGB (Red+Green+Blue) = 24+18+33=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #181221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181221 is #E7EDDE. Grayscale: #151515. Windows color (decimal): -15199711 or 2167320. OLE color: 2167320.

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

Color convert

RGB241833-
CMYK0.270.4500.87
HSL264º29.41%10%-
HSV(B)264º45.45%12.94%-
XYZ0.870.741.54-
YUV21.5134.49129.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 33 (13.28% from 255) = 44%
R=32%
G=24%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2418330.270.4500.8726429.4110
Hex1812211B2D0571081da
Octal302241335501274103512
Binary11000100101000011101110110101010111100001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181221; }

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

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

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

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

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

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

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

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