#160918

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

Shades of Blackcurrant #160918

Tints of Blackcurrant #160918

Color information

#160918 (or 0x160918) is unknown color: approx Blackcurrant. HEX triplet: 16, 09 and 18. RGB value is (22,9,24). Sum of RGB (Red+Green+Blue) = 22+9+24=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #160918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160918 is #E9F6E7. Grayscale: #0E0E0E. Windows color (decimal): -15333096 or 1575190. OLE color: 1575190.

HSL color Cylindrical-coordinate representation of color #160918: hue angle of 292º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #160918 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB22924-
CMYK0.080.6300.91
HSL292º45.45%6.47%-
HSV(B)292º62.5%9.41%-
XYZ0.590.430.92-
YUV14.6133.31133.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=40%
G=16.36%
B=43.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal229240.080.6300.9129245.456.47
Hex1691883F05B1242d6
Octal26113010770133444556
Binary10110100111000100011111101011011100100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160918; }

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

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

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

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

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

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

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

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