#160437

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

Shades of Blackcurrant #160437

Tints of Blackcurrant #160437

Color information

#160437 (or 0x160437) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 37. RGB value is (22,4,55). Sum of RGB (Red+Green+Blue) = 22+4+55=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #160437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160437 is #E9FBC8. Grayscale: #0F0F0F. Windows color (decimal): -15334345 or 3605526. OLE color: 3605526.

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

Color convert

RGB22455-
CMYK0.60.9300.78
HSL261.18º86.44%11.57%-
HSV(B)261.18º92.73%21.57%-
XYZ1.060.533.66-
YUV15.2150.46132.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 55 (21.88% from 255) = 67.90%
R=27.16%
G=4.94%
B=67.90%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal224550.60.9300.78261.1886.4411.57
Hex164373C5D04E10556c
Octal2646774135011640512614
Binary1011010011011111110010111010100111010000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160437; }

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

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

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

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

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

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

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

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