#16013B

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

Shades of Blackcurrant #16013B

Tints of Blackcurrant #16013B

Color information

#16013B (or 0x16013B) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 3B. RGB value is (22,1,59). Sum of RGB (Red+Green+Blue) = 22+1+59=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 59 (23.44% from 255 or 71.95% from 82); Max value from RGB is 59 - color contains mainly: blue. Hex color #16013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013B is #E9FEC4. Grayscale: #0D0D0D. Windows color (decimal): -15335109 or 3866902. OLE color: 3866902.

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

Color convert

RGB22159-
CMYK0.630.9800.77
HSL261.72º96.67%11.76%-
HSV(B)261.72º98.31%23.14%-
XYZ1.130.514.18-
YUV13.89153.46133.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 59 (23.44% from 255) = 71.95%
R=26.83%
G=1.22%
B=71.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal221590.630.9800.77261.7296.6711.76
Hex1613B3F6204D10661c
Octal2617377142011540614114
Binary10110111101111111111000100100110110000011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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