#160D20

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

Shades of Blackcurrant #160D20

Tints of Blackcurrant #160D20

Color information

#160D20 (or 0x160D20) is unknown color: approx Blackcurrant. HEX triplet: 16, 0D and 20. RGB value is (22,13,32). Sum of RGB (Red+Green+Blue) = 22+13+32=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #160D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D20 is #E9F2DF. Grayscale: #111111. Windows color (decimal): -15332064 or 2100502. OLE color: 2100502.

HSL color Cylindrical-coordinate representation of color #160D20: hue angle of 268.42º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #160D20 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB221332-
CMYK0.310.5900.87
HSL268.42º42.22%8.82%-
HSV(B)268.42º59.38%12.55%-
XYZ0.740.561.44-
YUV17.86135.98130.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.84%
GREEN value IS 13 (5.47% from 255) = 19.40%
BLUE value IS 32 (12.89% from 255) = 47.76%
R=32.84%
G=19.40%
B=47.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2213320.310.5900.87268.4242.228.82
Hex16D201F3B05710c2a9
Octal261540377301274145211
Binary10110110110000011111111011010101111000011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,13,32); }

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

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

 a { background-color: rgb(22,13,32); }

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

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

 span { border-color: rgb(22,13,32); }

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