#160B1D

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

Shades of Blackcurrant #160B1D

Tints of Blackcurrant #160B1D

Color information

#160B1D (or 0x160B1D) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 1D. RGB value is (22,11,29). Sum of RGB (Red+Green+Blue) = 22+11+29=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #160B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B1D is #E9F4E2. Grayscale: #101010. Windows color (decimal): -15332579 or 1903382. OLE color: 1903382.

HSL color Cylindrical-coordinate representation of color #160B1D: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #160B1D is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB221129-
CMYK0.240.6200.89
HSL276.67º45%7.84%-
HSV(B)276.67º62.07%11.37%-
XYZ0.670.51.22-
YUV16.34135.14132.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 35.48%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=35.48%
G=17.74%
B=46.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2211290.240.6200.89276.67457.84
Hex16B1D183E0591152d8
Octal261335307601314255510
Binary1011010111110111000111110010110011000101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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