#16041F

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

Shades of Blackcurrant #16041F

Tints of Blackcurrant #16041F

Color information

#16041F (or 0x16041F) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 1F. RGB value is (22,4,31). Sum of RGB (Red+Green+Blue) = 22+4+31=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #16041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16041F is #E9FBE0. Grayscale: #0C0C0C. Windows color (decimal): -15334369 or 2032662. OLE color: 2032662.

HSL color Cylindrical-coordinate representation of color #16041F: hue angle of 280º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16041F is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22431-
CMYK0.290.8700.88
HSL280º77.14%6.86%-
HSV(B)280º87.1%12.16%-
XYZ0.620.361.33-
YUV12.46138.46134.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=38.60%
G=7.02%
B=54.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal224310.290.8700.8828077.146.86
Hex1641F1D570581184d7
Octal264373512701304301157
Binary1011010011111111011010111010110001000110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16041F; }

 p { color: rgb(22,4,31); }

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

<style>
 a { background-color: #16041F; }

 a { background-color: rgb(22,4,31); }

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

<style>
 span { border-color: #16041F; }

 span { border-color: rgb(22,4,31); }

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