#18121E

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

Shades of Blackcurrant #18121E

Tints of Blackcurrant #18121E

Color information

#18121E (or 0x18121E) is unknown color: approx Blackcurrant. HEX triplet: 18, 12 and 1E. RGB value is (24,18,30). Sum of RGB (Red+Green+Blue) = 24+18+30=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #18121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121E is #E7EDE1. Grayscale: #151515. Windows color (decimal): -15199714 or 1970712. OLE color: 1970712.

HSL color Cylindrical-coordinate representation of color #18121E: hue angle of 270º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18121E is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB241830-
CMYK0.200.4000.88
HSL270º25%9.41%-
HSV(B)270º40%11.76%-
XYZ0.830.721.32-
YUV21.16132.99130.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=33.33%
G=25%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2418300.200.4000.88270259.41
Hex18121E142805810e199
Octal302236245001304163111
Binary1100010010111101010010100001011000100001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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