#16071C

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

Shades of Blackcurrant #16071C

Tints of Blackcurrant #16071C

Color information

#16071C (or 0x16071C) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 1C. RGB value is (22,7,28). Sum of RGB (Red+Green+Blue) = 22+7+28=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #16071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16071C is #E9F8E3. Grayscale: #0D0D0D. Windows color (decimal): -15333604 or 1836822. OLE color: 1836822.

HSL color Cylindrical-coordinate representation of color #16071C: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16071C is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22728-
CMYK0.210.7500.89
HSL282.86º60%6.86%-
HSV(B)282.86º75%10.98%-
XYZ0.620.411.14-
YUV13.88135.97133.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=38.60%
G=12.28%
B=49.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal227280.210.7500.89282.86606.86
Hex1671C154B05911b3c7
Octal26734251130131433747
Binary101101111110010101100101101011001100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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