#180E1B

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

Shades of Blackcurrant #180E1B

Tints of Blackcurrant #180E1B

Color information

#180E1B (or 0x180E1B) is unknown color: approx Blackcurrant. HEX triplet: 18, 0E and 1B. RGB value is (24,14,27). Sum of RGB (Red+Green+Blue) = 24+14+27=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #180E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E1B is #E7F1E4. Grayscale: #121212. Windows color (decimal): -15200741 or 1773080. OLE color: 1773080.

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

Color convert

RGB241427-
CMYK0.110.4800.89
HSL286.15º31.71%8.04%-
HSV(B)286.15º48.15%10.59%-
XYZ0.730.591.11-
YUV18.47132.81131.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=36.92%
G=21.54%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2414270.110.4800.89286.1531.718.04
Hex18E1BB3005911e208
Octal301633136001314364010
Binary110001110110111011110000010110011000111101000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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