#181120

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

Shades of Blackcurrant #181120

Tints of Blackcurrant #181120

Color information

#181120 (or 0x181120) is unknown color: approx Blackcurrant. HEX triplet: 18, 11 and 20. RGB value is (24,17,32). Sum of RGB (Red+Green+Blue) = 24+17+32=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #181120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181120 is #E7EEDF. Grayscale: #141414. Windows color (decimal): -15199968 or 2101528. OLE color: 2101528.

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

Color convert

RGB241732-
CMYK0.250.4700.87
HSL268º30.61%9.61%-
HSV(B)268º46.88%12.55%-
XYZ0.840.71.46-
YUV20.8134.32130.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=32.88%
G=23.29%
B=43.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2417320.250.4700.8726830.619.61
Hex181120192F05710c1fa
Octal302140315701274143712
Binary11000100011000001100110111101010111100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181120; }

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

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

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

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

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

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

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

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