#16003A

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

Shades of Blackcurrant #16003A

Tints of Blackcurrant #16003A

Color information

#16003A (or 0x16003A) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 3A. RGB value is (22,0,58). Sum of RGB (Red+Green+Blue) = 22+0+58=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 58 (23.05% from 255 or 72.5% from 80); Max value from RGB is 58 - color contains mainly: blue. Hex color #16003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16003A is #E9FFC5. Grayscale: #0C0C0C. Windows color (decimal): -15335366 or 3801110. OLE color: 3801110.

HSL color Cylindrical-coordinate representation of color #16003A: hue angle of 262.76º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16003A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB22058-
CMYK0.62100.77
HSL262.76º100%11.37%-
HSV(B)262.76º100%22.75%-
XYZ1.090.484.04-
YUV13.19153.29134.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 72.5%
R=27.5%
G=0%
B=72.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal220580.62100.77262.7610011.37
Hex1603A3E6404D10764b
Octal2607276144011540714413
Binary10110011101011111011001000100110110000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16003A; }

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

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

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

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

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

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

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

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