#16023D

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

Shades of Blackcurrant #16023D

Tints of Blackcurrant #16023D

Color information

#16023D (or 0x16023D) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 3D. RGB value is (22,2,61). Sum of RGB (Red+Green+Blue) = 22+2+61=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #16023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16023D is #E9FDC2. Grayscale: #0E0E0E. Windows color (decimal): -15334851 or 3998230. OLE color: 3998230.

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

Color convert

RGB22261-
CMYK0.640.9700.76
HSL260.34º93.65%12.35%-
HSV(B)260.34º96.72%23.92%-
XYZ1.190.554.46-
YUV14.71154.13133.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.88%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 61 (24.22% from 255) = 71.76%
R=25.88%
G=2.35%
B=71.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal222610.640.9700.76260.3493.6512.35
Hex1623D406104C1045ec
Octal26275100141011440413614
Binary1011010111101100000011000010100110010000010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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