#181020

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

Shades of Blackcurrant #181020

Tints of Blackcurrant #181020

Color information

#181020 (or 0x181020) is unknown color: approx Blackcurrant. HEX triplet: 18, 10 and 20. RGB value is (24,16,32). Sum of RGB (Red+Green+Blue) = 24+16+32=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #181020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181020 is #E7EFDF. Grayscale: #141414. Windows color (decimal): -15200224 or 2101272. OLE color: 2101272.

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

Color convert

RGB241632-
CMYK0.250.500.87
HSL270º33.33%9.41%-
HSV(B)270º50%12.55%-
XYZ0.820.671.45-
YUV20.22134.65130.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2416320.250.500.8727033.339.41
Hex181020193205710e219
Octal302040316201274164111
Binary110001000010000011001110010010101111000011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181020; }

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

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

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

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

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

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

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

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