#16031C

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

Shades of Blackcurrant #16031C

Tints of Blackcurrant #16031C

Color information

#16031C (or 0x16031C) is unknown color: approx Blackcurrant. HEX triplet: 16, 03 and 1C. RGB value is (22,3,28). Sum of RGB (Red+Green+Blue) = 22+3+28=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #16031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16031C is #E9FCE3. Grayscale: #0B0B0B. Windows color (decimal): -15334628 or 1835798. OLE color: 1835798.

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

Color convert

RGB22328-
CMYK0.210.8900.89
HSL285.6º80.65%6.08%-
HSV(B)285.6º89.29%10.98%-
XYZ0.570.321.13-
YUV11.53137.29135.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=41.51%
G=5.66%
B=52.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal223280.210.8900.89285.680.656.08
Hex1631C155905911e516
Octal263342513101314361216
Binary101101111100101011011001010110011000111101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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