#18121D

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

Shades of Blackcurrant #18121D

Tints of Blackcurrant #18121D

Color information

#18121D (or 0x18121D) is unknown color: approx Blackcurrant. HEX triplet: 18, 12 and 1D. RGB value is (24,18,29). Sum of RGB (Red+Green+Blue) = 24+18+29=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #18121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121D is #E7EDE2. Grayscale: #151515. Windows color (decimal): -15199715 or 1905176. OLE color: 1905176.

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

Color convert

RGB241829-
CMYK0.170.3800.89
HSL272.73º23.4%9.22%-
HSV(B)272.73º37.93%11.37%-
XYZ0.810.721.26-
YUV21.05132.49130.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=33.80%
G=25.35%
B=40.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2418290.170.3800.89272.7323.49.22
Hex18121D1126059111179
Octal302235214601314212711
Binary1100010010111011000110011001011001100010001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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