#160B1C

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

Shades of Blackcurrant #160B1C

Tints of Blackcurrant #160B1C

Color information

#160B1C (or 0x160B1C) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 1C. RGB value is (22,11,28). Sum of RGB (Red+Green+Blue) = 22+11+28=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #160B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B1C is #E9F4E3. Grayscale: #101010. Windows color (decimal): -15332580 or 1837846. OLE color: 1837846.

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

Color convert

RGB221128-
CMYK0.210.6100.89
HSL278.82º43.59%7.65%-
HSV(B)278.82º60.71%10.98%-
XYZ0.660.491.16-
YUV16.23134.64132.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=36.07%
G=18.03%
B=45.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2211280.210.6100.89278.8243.597.65
Hex16B1C153D0591172c8
Octal261334257501314275410
Binary1011010111110010101111101010110011000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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