#180E1F

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

Shades of Blackcurrant #180E1F

Tints of Blackcurrant #180E1F

Color information

#180E1F (or 0x180E1F) is unknown color: approx Blackcurrant. HEX triplet: 18, 0E and 1F. RGB value is (24,14,31). Sum of RGB (Red+Green+Blue) = 24+14+31=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #180E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E1F is #E7F1E0. Grayscale: #121212. Windows color (decimal): -15200737 or 2035224. OLE color: 2035224.

HSL color Cylindrical-coordinate representation of color #180E1F: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #180E1F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB241431-
CMYK0.230.5500.88
HSL275.29º37.78%8.82%-
HSV(B)275.29º54.84%12.16%-
XYZ0.780.611.37-
YUV18.93134.81131.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 14 (5.86% from 255) = 20.29%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=34.78%
G=20.29%
B=44.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2414310.230.5500.88275.2937.788.82
Hex18E1F1737058113269
Octal301637276701304234611
Binary1100011101111110111110111010110001000100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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