#180E1C

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

Shades of Blackcurrant #180E1C

Tints of Blackcurrant #180E1C

Color information

#180E1C (or 0x180E1C) is unknown color: approx Blackcurrant. HEX triplet: 18, 0E and 1C. RGB value is (24,14,28). Sum of RGB (Red+Green+Blue) = 24+14+28=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #180E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E1C is #E7F1E3. Grayscale: #121212. Windows color (decimal): -15200740 or 1838616. OLE color: 1838616.

HSL color Cylindrical-coordinate representation of color #180E1C: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180E1C is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB241428-
CMYK0.140.5000.89
HSL282.86º33.33%8.24%-
HSV(B)282.86º50%10.98%-
XYZ0.740.591.17-
YUV18.59133.31131.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=36.36%
G=21.21%
B=42.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2414280.140.5000.89282.8633.338.24
Hex18E1CE3205911b218
Octal301634166201314334110
Binary110001110111001110110010010110011000110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E1C; }

 p { color: rgb(24,14,28); }

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

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

 a { background-color: rgb(24,14,28); }

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

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

 span { border-color: rgb(24,14,28); }

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