#18141B

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

Shades of Blackcurrant #18141B

Tints of Blackcurrant #18141B

Color information

#18141B (or 0x18141B) is unknown color: approx Blackcurrant. HEX triplet: 18, 14 and 1B. RGB value is (24,20,27). Sum of RGB (Red+Green+Blue) = 24+20+27=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #18141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18141B is #E7EBE4. Grayscale: #151515. Windows color (decimal): -15199205 or 1774616. OLE color: 1774616.

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

Color convert

RGB242027-
CMYK0.110.2600.89
HSL274.29º14.89%9.22%-
HSV(B)274.29º25.93%10.59%-
XYZ0.820.771.14-
YUV21.99130.83129.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=33.80%
G=28.17%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2420270.110.2600.89274.2914.899.22
Hex18141BB1A059112f9
Octal302433133201314221711
Binary1100010100110111011110100101100110001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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