#18151A

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

Shades of Blackcurrant #18151A

Tints of Blackcurrant #18151A

Color information

#18151A (or 0x18151A) is unknown color: approx Blackcurrant. HEX triplet: 18, 15 and 1A. RGB value is (24,21,26). Sum of RGB (Red+Green+Blue) = 24+21+26=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #18151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18151A is #E7EAE5. Grayscale: #161616. Windows color (decimal): -15198950 or 1709336. OLE color: 1709336.

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

Color convert

RGB242126-
CMYK0.080.1900.90
HSL276º10.64%9.22%-
HSV(B)276º19.23%10.2%-
XYZ0.830.811.09-
YUV22.47129.99129.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=33.80%
G=29.58%
B=36.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2421260.080.1900.9027610.649.22
Hex18151A81305A114b9
Octal302532102301324241311
Binary1100010101110101000100110101101010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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