#18151C

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

Shades of Blackcurrant #18151C

Tints of Blackcurrant #18151C

Color information

#18151C (or 0x18151C) is unknown color: approx Blackcurrant. HEX triplet: 18, 15 and 1C. RGB value is (24,21,28). Sum of RGB (Red+Green+Blue) = 24+21+28=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #18151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18151C is #E7EAE3. Grayscale: #161616. Windows color (decimal): -15198948 or 1840408. OLE color: 1840408.

HSL color Cylindrical-coordinate representation of color #18151C: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #18151C is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB242128-
CMYK0.140.2500.89
HSL265.71º14.29%9.61%-
HSV(B)265.71º25%10.98%-
XYZ0.850.811.21-
YUV22.7130.99128.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=32.88%
G=28.77%
B=38.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2421280.140.2500.89265.7114.299.61
Hex18151CE1905910aea
Octal302534163101314121612
Binary1100010101111001110110010101100110000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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