#181121

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

Shades of Blackcurrant #181121

Tints of Blackcurrant #181121

Color information

#181121 (or 0x181121) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 21. RGB value is (24,17,33). Sum of RGB (Red+Green+Blue) = 24+17+33=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #181121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181121 is #E7EEDE. Grayscale: #141414. Windows color (decimal): -15199967 or 2167064. OLE color: 2167064.

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

Color convert

RGB241733-
CMYK0.270.4800.87
HSL266.25º32%9.8%-
HSV(B)266.25º48.48%12.94%-
XYZ0.850.71.53-
YUV20.92134.82130.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=32.43%
G=22.97%
B=44.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2417330.270.4800.87266.25329.8
Hex1811211B3005710a20a
Octal302141336001274124012
Binary110001000110000111011110000010101111000010101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181121; }

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

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

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

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

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

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

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

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