#160B1F

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

Shades of Blackcurrant #160B1F

Tints of Blackcurrant #160B1F

Color information

#160B1F (or 0x160B1F) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 1F. RGB value is (22,11,31). Sum of RGB (Red+Green+Blue) = 22+11+31=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #160B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B1F is #E9F4E0. Grayscale: #101010. Windows color (decimal): -15332577 or 2034454. OLE color: 2034454.

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

Color convert

RGB221131-
CMYK0.290.6500.88
HSL273º47.62%8.24%-
HSV(B)273º64.52%12.16%-
XYZ0.70.511.36-
YUV16.57136.14131.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=34.38%
G=17.19%
B=48.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2211310.290.6500.8827347.628.24
Hex16B1F1D41058111308
Octal2613373510101304216010
Binary10110101111111111011000001010110001000100011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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