#16013D

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

Shades of Blackcurrant #16013D

Tints of Blackcurrant #16013D

Color information

#16013D (or 0x16013D) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 3D. RGB value is (22,1,61). Sum of RGB (Red+Green+Blue) = 22+1+61=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #16013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013D is #E9FEC2. Grayscale: #0D0D0D. Windows color (decimal): -15335107 or 3997974. OLE color: 3997974.

HSL color Cylindrical-coordinate representation of color #16013D: hue angle of 261º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16013D is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB22161-
CMYK0.640.9800.76
HSL261º96.77%12.16%-
HSV(B)261º98.36%23.92%-
XYZ1.180.534.45-
YUV14.12154.46133.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.19%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 61 (24.22% from 255) = 72.62%
R=26.19%
G=1.19%
B=72.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal221610.640.9800.7626196.7712.16
Hex1613D406204C10561c
Octal26175100142011440514114
Binary101101111101100000011000100100110010000010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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