#160026

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

Shades of Blackcurrant #160026

Tints of Blackcurrant #160026

Color information

#160026 (or 0x160026) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 26. RGB value is (22,0,38). Sum of RGB (Red+Green+Blue) = 22+0+38=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #160026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160026 is #E9FFD9. Grayscale: #0A0A0A. Windows color (decimal): -15335386 or 2490390. OLE color: 2490390.

HSL color Cylindrical-coordinate representation of color #160026: hue angle of 274.74º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160026 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB22038-
CMYK0.42100.85
HSL274.74º100%7.45%-
HSV(B)274.74º100%14.9%-
XYZ0.680.311.86-
YUV10.91143.29135.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 63.33%
R=36.67%
G=0%
B=63.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal220380.42100.85274.741007.45
Hex160262A64055113647
Octal260465214401254231447
Binary1011001001101010101100100010101011000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160026; }

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

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

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

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

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

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

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

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