#160131

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

Shades of Blackcurrant #160131

Tints of Blackcurrant #160131

Color information

#160131 (or 0x160131) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 31. RGB value is (22,1,49). Sum of RGB (Red+Green+Blue) = 22+1+49=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #160131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160131 is #E9FECE. Grayscale: #0C0C0C. Windows color (decimal): -15335119 or 3211542. OLE color: 3211542.

HSL color Cylindrical-coordinate representation of color #160131: hue angle of 266.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160131 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22149-
CMYK0.550.9800.81
HSL266.25º96%9.8%-
HSV(B)266.25º97.96%19.22%-
XYZ0.90.412.94-
YUV12.75148.46134.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=30.56%
G=1.39%
B=68.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal221490.550.9800.81266.25969.8
Hex16131376205110a60a
Octal2616167142012141214012
Binary10110111000111011111000100101000110000101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160131; }

 p { color: rgb(22,1,49); }

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

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

 a { background-color: rgb(22,1,49); }

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

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

 span { border-color: rgb(22,1,49); }

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