#160718

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

Shades of Blackcurrant #160718

Tints of Blackcurrant #160718

Color information

#160718 (or 0x160718) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 18. RGB value is (22,7,24). Sum of RGB (Red+Green+Blue) = 22+7+24=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #160718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160718 is #E9F8E7. Grayscale: #0D0D0D. Windows color (decimal): -15333608 or 1574678. OLE color: 1574678.

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

Color convert

RGB22724-
CMYK0.080.7100.91
HSL292.94º54.84%6.08%-
HSV(B)292.94º70.83%9.41%-
XYZ0.570.390.91-
YUV13.42133.97134.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=41.51%
G=13.21%
B=45.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal227240.080.7100.91292.9454.846.08
Hex1671884705B125376
Octal26730101070133445676
Binary10110111110001000100011101011011100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160718; }

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

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

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

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

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

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

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

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