#18131D

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

Shades of Blackcurrant #18131D

Tints of Blackcurrant #18131D

Color information

#18131D (or 0x18131D) is unknown color: approx Blackcurrant. HEX triplet: 18, 13 and 1D. RGB value is (24,19,29). Sum of RGB (Red+Green+Blue) = 24+19+29=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #18131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131D is #E7ECE2. Grayscale: #151515. Windows color (decimal): -15199459 or 1905432. OLE color: 1905432.

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

Color convert

RGB241929-
CMYK0.170.3400.89
HSL270º20.83%9.41%-
HSV(B)270º34.48%11.37%-
XYZ0.830.751.26-
YUV21.64132.16129.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=33.33%
G=26.39%
B=40.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2419290.170.3400.8927020.839.41
Hex18131D112205910e159
Octal302335214201314162511
Binary1100010011111011000110001001011001100001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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