#16031D

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

Shades of Blackcurrant #16031D

Tints of Blackcurrant #16031D

Color information

#16031D (or 0x16031D) is unknown color: approx Blackcurrant. HEX triplet: 16, 03 and 1D. RGB value is (22,3,29). Sum of RGB (Red+Green+Blue) = 22+3+29=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #16031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16031D is #E9FCE2. Grayscale: #0B0B0B. Windows color (decimal): -15334627 or 1901334. OLE color: 1901334.

HSL color Cylindrical-coordinate representation of color #16031D: hue angle of 283.85º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16031D is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22329-
CMYK0.240.9000.89
HSL283.85º81.25%6.27%-
HSV(B)283.85º89.66%11.37%-
XYZ0.590.321.19-
YUV11.64137.79135.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40.74%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=40.74%
G=5.56%
B=53.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal223290.240.9000.89283.8581.256.27
Hex1631D185A05911c516
Octal263353013201314341216
Binary101101111101110001011010010110011000111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,3,29); }

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

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

 a { background-color: rgb(22,3,29); }

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

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

 span { border-color: rgb(22,3,29); }

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