#16061F

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

Shades of Blackcurrant #16061F

Tints of Blackcurrant #16061F

Color information

#16061F (or 0x16061F) is unknown color: approx Blackcurrant. HEX triplet: 16, 06 and 1F. RGB value is (22,6,31). Sum of RGB (Red+Green+Blue) = 22+6+31=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #16061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16061F is #E9F9E0. Grayscale: #0D0D0D. Windows color (decimal): -15333857 or 2033174. OLE color: 2033174.

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

Color convert

RGB22631-
CMYK0.290.8100.88
HSL278.4º67.57%7.25%-
HSV(B)278.4º80.65%12.16%-
XYZ0.640.41.34-
YUV13.63137.8133.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=37.29%
G=10.17%
B=52.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal226310.290.8100.88278.467.577.25
Hex1661F1D51058116447
Octal266373512101304261047
Binary1011011011111111011010001010110001000101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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