#16013F

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

Shades of Blackcurrant #16013F

Tints of Blackcurrant #16013F

Color information

#16013F (or 0x16013F) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 3F. RGB value is (22,1,63). Sum of RGB (Red+Green+Blue) = 22+1+63=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #16013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013F is #E9FEC0. Grayscale: #0E0E0E. Windows color (decimal): -15335105 or 4129046. OLE color: 4129046.

HSL color Cylindrical-coordinate representation of color #16013F: hue angle of 260.32º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16013F is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB22163-
CMYK0.650.9800.75
HSL260.32º96.88%12.55%-
HSV(B)260.32º98.41%24.71%-
XYZ1.240.554.74-
YUV14.35155.46133.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.58%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 63 (25% from 255) = 73.26%
R=25.58%
G=1.16%
B=73.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal221630.650.9800.75260.3296.8812.55
Hex1613F416204B10461d
Octal26177101142011340414115
Binary101101111111100000111000100100101110000010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16013F; }

 p { color: rgb(22,1,63); }

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

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

 a { background-color: rgb(22,1,63); }

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

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

 span { border-color: rgb(22,1,63); }

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