#16071F

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

Shades of Blackcurrant #16071F

Tints of Blackcurrant #16071F

Color information

#16071F (or 0x16071F) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 1F. RGB value is (22,7,31). Sum of RGB (Red+Green+Blue) = 22+7+31=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #16071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16071F is #E9F8E0. Grayscale: #0E0E0E. Windows color (decimal): -15333601 or 2033430. OLE color: 2033430.

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

Color convert

RGB22731-
CMYK0.290.7700.88
HSL277.5º63.16%7.45%-
HSV(B)277.5º77.42%12.16%-
XYZ0.650.421.34-
YUV14.22137.47133.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=36.67%
G=11.67%
B=51.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal227310.290.7700.88277.563.167.45
Hex1671F1D4D0581163f7
Octal26737351150130426777
Binary101101111111111101100110101011000100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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