#160F18

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

Shades of Blackcurrant #160F18

Tints of Blackcurrant #160F18

Color information

#160F18 (or 0x160F18) is unknown color: approx Blackcurrant. HEX triplet: 16, 0F and 18. RGB value is (22,15,24). Sum of RGB (Red+Green+Blue) = 22+15+24=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #160F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160F18 is #E9F0E7. Grayscale: #121212. Windows color (decimal): -15331560 or 1576726. OLE color: 1576726.

HSL color Cylindrical-coordinate representation of color #160F18: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #160F18 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB221524-
CMYK0.080.3700.91
HSL286.67º23.08%7.65%-
HSV(B)286.67º37.5%9.41%-
XYZ0.670.580.94-
YUV18.12131.32130.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=36.07%
G=24.59%
B=39.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2215240.080.3700.91286.6723.087.65
Hex16F1882505B11f178
Octal261730104501334372710
Binary10110111111000100010010101011011100011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160F18; }

 p { color: rgb(22,15,24); }

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

<style>
 a { background-color: #160F18; }

 a { background-color: rgb(22,15,24); }

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

<style>
 span { border-color: #160F18; }

 span { border-color: rgb(22,15,24); }

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