#16031A

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

Shades of Blackcurrant #16031A

Tints of Blackcurrant #16031A

Color information

#16031A (or 0x16031A) is unknown color: approx Blackcurrant. HEX triplet: 16, 03 and 1A. RGB value is (22,3,26). Sum of RGB (Red+Green+Blue) = 22+3+26=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #16031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16031A is #E9FCE5. Grayscale: #0B0B0B. Windows color (decimal): -15334630 or 1704726. OLE color: 1704726.

HSL color Cylindrical-coordinate representation of color #16031A: hue angle of 289.57º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16031A is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22326-
CMYK0.150.8800.90
HSL289.57º79.31%5.69%-
HSV(B)289.57º88.46%10.2%-
XYZ0.550.311.01-
YUV11.3136.29135.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=43.14%
G=5.88%
B=50.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal223260.150.8800.90289.5779.315.69
Hex1631AF5805A1224f6
Octal263321713001324421176
Binary10110111101011111011000010110101001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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