#18131A

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

Shades of Blackcurrant #18131A

Tints of Blackcurrant #18131A

Color information

#18131A (or 0x18131A) is unknown color: approx Blackcurrant. HEX triplet: 18, 13 and 1A. RGB value is (24,19,26). Sum of RGB (Red+Green+Blue) = 24+19+26=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #18131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131A is #E7ECE5. Grayscale: #151515. Windows color (decimal): -15199462 or 1708824. OLE color: 1708824.

HSL color Cylindrical-coordinate representation of color #18131A: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #18131A is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB241926-
CMYK0.080.2700.90
HSL282.86º15.56%8.82%-
HSV(B)282.86º26.92%10.2%-
XYZ0.80.731.08-
YUV21.29130.66129.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=34.78%
G=27.54%
B=37.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2419260.080.2700.90282.8615.568.82
Hex18131A81B05A11b109
Octal302332103301324332011
Binary11000100111101010001101101011010100011011100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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