#160237

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

Shades of Blackcurrant #160237

Tints of Blackcurrant #160237

Color information

#160237 (or 0x160237) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 37. RGB value is (22,2,55). Sum of RGB (Red+Green+Blue) = 22+2+55=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #160237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160237 is #E9FDC8. Grayscale: #0D0D0D. Windows color (decimal): -15334857 or 3605014. OLE color: 3605014.

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

Color convert

RGB22255-
CMYK0.60.9600.78
HSL262.64º92.98%11.18%-
HSV(B)262.64º96.36%21.57%-
XYZ1.040.493.65-
YUV14.02151.13133.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 55 (21.88% from 255) = 69.62%
R=27.85%
G=2.53%
B=69.62%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal222550.60.9600.78262.6492.9811.18
Hex162373C6004E1075db
Octal2626774140011640713513
Binary101101011011111110011000000100111010000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160237; }

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

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

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

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

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

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

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

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