#160A1F

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

Shades of Blackcurrant #160A1F

Tints of Blackcurrant #160A1F

Color information

#160A1F (or 0x160A1F) is unknown color: approx Blackcurrant. HEX triplet: 16, 0A and 1F. RGB value is (22,10,31). Sum of RGB (Red+Green+Blue) = 22+10+31=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #160A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160A1F is #E9F5E0. Grayscale: #0F0F0F. Windows color (decimal): -15332833 or 2034198. OLE color: 2034198.

HSL color Cylindrical-coordinate representation of color #160A1F: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #160A1F is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB221031-
CMYK0.290.6800.88
HSL274.29º51.22%8.04%-
HSV(B)274.29º67.74%12.16%-
XYZ0.690.491.35-
YUV15.98136.48132.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.92%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=34.92%
G=15.87%
B=49.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2210310.290.6800.88274.2951.228.04
Hex16A1F1D44058112338
Octal2612373510401304226310
Binary10110101011111111011000100010110001000100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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