#160039

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

Shades of Blackcurrant #160039

Tints of Blackcurrant #160039

Color information

#160039 (or 0x160039) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 39. RGB value is (22,0,57). Sum of RGB (Red+Green+Blue) = 22+0+57=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #160039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160039 is #E9FFC6. Grayscale: #0C0C0C. Windows color (decimal): -15335367 or 3735574. OLE color: 3735574.

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

Color convert

RGB22057-
CMYK0.61100.78
HSL263.16º100%11.18%-
HSV(B)263.16º100%22.35%-
XYZ1.070.473.9-
YUV13.08152.79134.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 72.15%
R=27.85%
G=0%
B=72.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal220570.61100.78263.1610011.18
Hex160393D6404E10764b
Octal2607175144011640714413
Binary10110011100111110111001000100111010000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160039; }

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

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

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

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

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

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

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

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