#16023A

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

Shades of Blackcurrant #16023A

Tints of Blackcurrant #16023A

Color information

#16023A (or 0x16023A) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 3A. RGB value is (22,2,58). Sum of RGB (Red+Green+Blue) = 22+2+58=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #16023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16023A is #E9FDC5. Grayscale: #0E0E0E. Windows color (decimal): -15334854 or 3801622. OLE color: 3801622.

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

Color convert

RGB22258-
CMYK0.620.9700.77
HSL261.43º93.33%11.76%-
HSV(B)261.43º96.55%22.75%-
XYZ1.120.524.04-
YUV14.36152.63133.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 58 (23.05% from 255) = 70.73%
R=26.83%
G=2.44%
B=70.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal222580.620.9700.77261.4393.3311.76
Hex1623A3E6104D1055dc
Octal2627276141011540513514
Binary101101011101011111011000010100110110000010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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