#160A18

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

Shades of Blackcurrant #160A18

Tints of Blackcurrant #160A18

Color information

#160A18 (or 0x160A18) is unknown color: approx Blackcurrant. HEX triplet: 16, 0A and 18. RGB value is (22,10,24). Sum of RGB (Red+Green+Blue) = 22+10+24=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #160A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A18 is #E9F5E7. Grayscale: #0F0F0F. Windows color (decimal): -15332840 or 1575446. OLE color: 1575446.

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

Color convert

RGB221024-
CMYK0.080.5800.91
HSL291.43º41.18%6.67%-
HSV(B)291.43º58.33%9.41%-
XYZ0.60.450.92-
YUV15.18132.98132.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 39.29%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=39.29%
G=17.86%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2210240.080.5800.91291.4341.186.67
Hex16A1883A05B123297
Octal26123010720133443517
Binary10110101011000100011101001011011100100011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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