#18131F

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

Shades of Blackcurrant #18131F

Tints of Blackcurrant #18131F

Color information

#18131F (or 0x18131F) is unknown color: approx Blackcurrant. HEX triplet: 18, 13 and 1F. RGB value is (24,19,31). Sum of RGB (Red+Green+Blue) = 24+19+31=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #18131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131F is #E7ECE0. Grayscale: #151515. Windows color (decimal): -15199457 or 2036504. OLE color: 2036504.

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

Color convert

RGB241931-
CMYK0.230.3900.88
HSL265º24%9.8%-
HSV(B)265º38.71%12.16%-
XYZ0.860.761.4-
YUV21.86133.16129.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=32.43%
G=25.68%
B=41.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2419310.230.3900.88265249.8
Hex18131F172705810918a
Octal302337274701304113012
Binary1100010011111111011110011101011000100001001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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