#160B1B

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

Shades of Blackcurrant #160B1B

Tints of Blackcurrant #160B1B

Color information

#160B1B (or 0x160B1B) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 1B. RGB value is (22,11,27). Sum of RGB (Red+Green+Blue) = 22+11+27=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #160B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B1B is #E9F4E4. Grayscale: #101010. Windows color (decimal): -15332581 or 1772310. OLE color: 1772310.

HSL color Cylindrical-coordinate representation of color #160B1B: hue angle of 281.25º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #160B1B is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB221127-
CMYK0.190.5900.89
HSL281.25º42.11%7.45%-
HSV(B)281.25º59.26%10.59%-
XYZ0.650.491.1-
YUV16.11134.14132.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 27 (10.94% from 255) = 45%
R=36.67%
G=18.33%
B=45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2211270.190.5900.89281.2542.117.45
Hex16B1B133B0591192a7
Octal26133323730131431527
Binary101101011110111001111101101011001100011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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