#160C2A

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

Shades of Blackcurrant #160C2A

Tints of Blackcurrant #160C2A

Color information

#160C2A (or 0x160C2A) is unknown color: approx Blackcurrant. HEX triplet: 16, 0C and 2A. RGB value is (22,12,42). Sum of RGB (Red+Green+Blue) = 22+12+42=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #160C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C2A is #E9F3D5. Grayscale: #121212. Windows color (decimal): -15332310 or 2755606. OLE color: 2755606.

HSL color Cylindrical-coordinate representation of color #160C2A: hue angle of 260º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #160C2A is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB221242-
CMYK0.480.7100.84
HSL260º55.56%10.59%-
HSV(B)260º71.43%16.47%-
XYZ0.880.62.26-
YUV18.41141.31130.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=28.95%
G=15.79%
B=55.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2212420.480.7100.8426055.5610.59
Hex16C2A304705410438b
Octal2614526010701244047013
Binary1011011001010101100001000111010101001000001001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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