#18151B

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

Shades of Blackcurrant #18151B

Tints of Blackcurrant #18151B

Color information

#18151B (or 0x18151B) is unknown color: approx Blackcurrant. HEX triplet: 18, 15 and 1B. RGB value is (24,21,27). Sum of RGB (Red+Green+Blue) = 24+21+27=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #18151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18151B is #E7EAE4. Grayscale: #161616. Windows color (decimal): -15198949 or 1774872. OLE color: 1774872.

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

Color convert

RGB242127-
CMYK0.110.2200.89
HSL270º12.5%9.41%-
HSV(B)270º22.22%10.59%-
XYZ0.840.811.15-
YUV22.58130.49129.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=33.33%
G=29.17%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2421270.110.2200.8927012.59.41
Hex18151BB1605910ec9
Octal302533132601314161411
Binary1100010101110111011101100101100110000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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