#18121F

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

Shades of Blackcurrant #18121F

Tints of Blackcurrant #18121F

Color information

#18121F (or 0x18121F) is unknown color: approx Blackcurrant. HEX triplet: 18, 12 and 1F. RGB value is (24,18,31). Sum of RGB (Red+Green+Blue) = 24+18+31=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #18121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121F is #E7EDE0. Grayscale: #151515. Windows color (decimal): -15199713 or 2036248. OLE color: 2036248.

HSL color Cylindrical-coordinate representation of color #18121F: hue angle of 267.69º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #18121F is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB241831-
CMYK0.230.4200.88
HSL267.69º26.53%9.61%-
HSV(B)267.69º41.94%12.16%-
XYZ0.840.731.39-
YUV21.28133.49129.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=32.88%
G=24.66%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2418310.230.4200.88267.6926.539.61
Hex18121F172A05810c1ba
Octal302237275201304143312
Binary1100010010111111011110101001011000100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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