#16032D

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

Shades of Blackcurrant #16032D

Tints of Blackcurrant #16032D

Color information

#16032D (or 0x16032D) is unknown color: approx Blackcurrant. HEX triplet: 16, 03 and 2D. RGB value is (22,3,45). Sum of RGB (Red+Green+Blue) = 22+3+45=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #16032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16032D is #E9FCD2. Grayscale: #0D0D0D. Windows color (decimal): -15334611 or 2949910. OLE color: 2949910.

HSL color Cylindrical-coordinate representation of color #16032D: hue angle of 267.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16032D is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22345-
CMYK0.510.9300.82
HSL267.14º87.5%9.41%-
HSV(B)267.14º93.33%17.65%-
XYZ0.840.432.52-
YUV13.47145.79134.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 45 (17.97% from 255) = 64.29%
R=31.43%
G=4.29%
B=64.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal223450.510.9300.82267.1487.59.41
Hex1632D335D05210b589
Octal2635563135012241313011
Binary101101110110111001110111010101001010000101110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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