#18131B

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

Shades of Blackcurrant #18131B

Tints of Blackcurrant #18131B

Color information

#18131B (or 0x18131B) is unknown color: approx Blackcurrant. HEX triplet: 18, 13 and 1B. RGB value is (24,19,27). Sum of RGB (Red+Green+Blue) = 24+19+27=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #18131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131B is #E7ECE4. Grayscale: #151515. Windows color (decimal): -15199461 or 1774360. OLE color: 1774360.

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

Color convert

RGB241927-
CMYK0.110.3000.89
HSL277.5º17.39%9.02%-
HSV(B)277.5º29.63%10.59%-
XYZ0.810.741.14-
YUV21.41131.16129.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=34.29%
G=27.14%
B=38.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2419270.110.3000.89277.517.399.02
Hex18131BB1E059116119
Octal302333133601314262111
Binary11000100111101110111111001011001100010110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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