#181220

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

Shades of Blackcurrant #181220

Tints of Blackcurrant #181220

Color information

#181220 (or 0x181220) is unknown color: approx Blackcurrant. HEX triplet: 18, 12 and 20. RGB value is (24,18,32). Sum of RGB (Red+Green+Blue) = 24+18+32=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #181220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181220 is #E7EDDF. Grayscale: #151515. Windows color (decimal): -15199712 or 2101784. OLE color: 2101784.

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

Color convert

RGB241832-
CMYK0.250.4400.87
HSL265.71º28%9.8%-
HSV(B)265.71º43.75%12.55%-
XYZ0.850.731.46-
YUV21.39133.99129.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=32.43%
G=24.32%
B=43.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2418320.250.4400.87265.71289.8
Hex181220192C05710a1ca
Octal302240315401274123412
Binary11000100101000001100110110001010111100001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181220; }

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

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

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

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

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

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

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

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