#18041F

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

Shades of Blackcurrant #18041F

Tints of Blackcurrant #18041F

Color information

#18041F (or 0x18041F) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 1F. RGB value is (24,4,31). Sum of RGB (Red+Green+Blue) = 24+4+31=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #18041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18041F is #E7FBE0. Grayscale: #0C0C0C. Windows color (decimal): -15203297 or 2032664. OLE color: 2032664.

HSL color Cylindrical-coordinate representation of color #18041F: hue angle of 284.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18041F is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB24431-
CMYK0.230.8700.88
HSL284.44º77.14%6.86%-
HSV(B)284.44º87.1%12.16%-
XYZ0.670.381.33-
YUV13.06138.13135.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=40.68%
G=6.78%
B=52.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal244310.230.8700.88284.4477.146.86
Hex1841F175705811c4d7
Octal304372712701304341157
Binary1100010011111101111010111010110001000111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18041F; }

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

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

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

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

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

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

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

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