#160C1D

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

Shades of Blackcurrant #160C1D

Tints of Blackcurrant #160C1D

Color information

#160C1D (or 0x160C1D) is unknown color: approx Blackcurrant. HEX triplet: 16, 0C and 1D. RGB value is (22,12,29). Sum of RGB (Red+Green+Blue) = 22+12+29=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #160C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C1D is #E9F3E2. Grayscale: #101010. Windows color (decimal): -15332323 or 1903638. OLE color: 1903638.

HSL color Cylindrical-coordinate representation of color #160C1D: hue angle of 275.29º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #160C1D is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB221229-
CMYK0.240.5900.89
HSL275.29º41.46%8.04%-
HSV(B)275.29º58.62%11.37%-
XYZ0.680.521.23-
YUV16.93134.81131.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.92%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=34.92%
G=19.05%
B=46.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2212290.240.5900.89275.2941.468.04
Hex16C1D183B059113298
Octal261435307301314235110
Binary1011011001110111000111011010110011000100111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160C1D; }

 p { color: rgb(22,12,29); }

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

<style>
 a { background-color: #160C1D; }

 a { background-color: rgb(22,12,29); }

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

<style>
 span { border-color: #160C1D; }

 span { border-color: rgb(22,12,29); }

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