#16051D

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

Shades of Blackcurrant #16051D

Tints of Blackcurrant #16051D

Color information

#16051D (or 0x16051D) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 1D. RGB value is (22,5,29). Sum of RGB (Red+Green+Blue) = 22+5+29=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #16051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16051D is #E9FAE2. Grayscale: #0C0C0C. Windows color (decimal): -15334115 or 1901846. OLE color: 1901846.

HSL color Cylindrical-coordinate representation of color #16051D: hue angle of 282.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16051D is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22529-
CMYK0.240.8300.89
HSL282.5º70.59%6.67%-
HSV(B)282.5º82.76%11.37%-
XYZ0.610.371.2-
YUV12.82137.13134.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 39.29%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=39.29%
G=8.93%
B=51.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal225290.240.8300.89282.570.596.67
Hex1651D185305911a477
Octal265353012301314321077
Binary1011010111101110001010011010110011000110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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