#160037

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

Shades of Blackcurrant #160037

Tints of Blackcurrant #160037

Color information

#160037 (or 0x160037) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 37. RGB value is (22,0,55). Sum of RGB (Red+Green+Blue) = 22+0+55=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #160037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160037 is #E9FFC8. Grayscale: #0C0C0C. Windows color (decimal): -15335369 or 3604502. OLE color: 3604502.

HSL color Cylindrical-coordinate representation of color #160037: hue angle of 264º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160037 is Cyan = 0.6, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22055-
CMYK0.6100.78
HSL264º100%10.78%-
HSV(B)264º100%21.57%-
XYZ1.020.453.65-
YUV12.85151.79134.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal220550.6100.7826410010.78
Hex160373C6404E10864b
Octal2606774144011641014413
Binary10110011011111110011001000100111010000100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160037; }

 p { color: rgb(22,0,55); }

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

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

 a { background-color: rgb(22,0,55); }

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

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

 span { border-color: rgb(22,0,55); }

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