#160331

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

Shades of Blackcurrant #160331

Tints of Blackcurrant #160331

Color information

#160331 (or 0x160331) is unknown color: approx Blackcurrant. HEX triplet: 16, 03 and 31. RGB value is (22,3,49). Sum of RGB (Red+Green+Blue) = 22+3+49=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #160331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160331 is #E9FCCE. Grayscale: #0D0D0D. Windows color (decimal): -15334607 or 3212054. OLE color: 3212054.

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

Color convert

RGB22349-
CMYK0.550.9400.81
HSL264.78º88.46%10.2%-
HSV(B)264.78º93.88%19.22%-
XYZ0.920.462.95-
YUV13.92147.79133.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 49 (19.53% from 255) = 66.22%
R=29.73%
G=4.05%
B=66.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal223490.550.9400.81264.7888.4610.2
Hex16331375E05110958a
Octal2636167136012141113012
Binary101101111000111011110111100101000110000100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160331; }

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

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

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

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

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

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

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

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