#160439

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

Shades of Blackcurrant #160439

Tints of Blackcurrant #160439

Color information

#160439 (or 0x160439) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 39. RGB value is (22,4,57). Sum of RGB (Red+Green+Blue) = 22+4+57=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #160439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160439 is #E9FBC6. Grayscale: #0F0F0F. Windows color (decimal): -15334343 or 3736598. OLE color: 3736598.

HSL color Cylindrical-coordinate representation of color #160439: hue angle of 260.38º degrees, saturation: 0.87, 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 #160439 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22457-
CMYK0.610.9300.78
HSL260.38º86.89%11.96%-
HSV(B)260.38º92.98%22.35%-
XYZ1.110.553.92-
YUV15.42151.46132.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.51%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 57 (22.66% from 255) = 68.67%
R=26.51%
G=4.82%
B=68.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal224570.610.9300.78260.3886.8911.96
Hex164393D5D04E10457c
Octal2647175135011640412714
Binary1011010011100111110110111010100111010000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160439; }

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

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

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

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

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

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

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

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