#16041E

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

Shades of Blackcurrant #16041E

Tints of Blackcurrant #16041E

Color information

#16041E (or 0x16041E) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 1E. RGB value is (22,4,30). Sum of RGB (Red+Green+Blue) = 22+4+30=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #16041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16041E is #E9FBE1. Grayscale: #0C0C0C. Windows color (decimal): -15334370 or 1967126. OLE color: 1967126.

HSL color Cylindrical-coordinate representation of color #16041E: hue angle of 281.54º degrees, saturation: 0.76, 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 #16041E is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22430-
CMYK0.270.8700.88
HSL281.54º76.47%6.67%-
HSV(B)281.54º86.67%11.76%-
XYZ0.610.351.26-
YUV12.35137.96134.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 39.29%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=39.29%
G=7.14%
B=53.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal224300.270.8700.88281.5476.476.67
Hex1641E1B5705811a4c7
Octal264363312701304321147
Binary1011010011110110111010111010110001000110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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