#18141C

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

Shades of Blackcurrant #18141C

Tints of Blackcurrant #18141C

Color information

#18141C (or 0x18141C) is unknown color: approx Blackcurrant. HEX triplet: 18, 14 and 1C. RGB value is (24,20,28). Sum of RGB (Red+Green+Blue) = 24+20+28=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #18141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141C is #E7EBE3. Grayscale: #161616. Windows color (decimal): -15199204 or 1840152. OLE color: 1840152.

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

Color convert

RGB242028-
CMYK0.140.2900.89
HSL270º16.67%9.41%-
HSV(B)270º28.57%10.98%-
XYZ0.840.781.2-
YUV22.11131.33129.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2420280.140.2900.8927016.679.41
Hex18141CE1D05910e119
Octal302434163501314162111
Binary11000101001110011101110101011001100001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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