#160C27

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

Shades of Blackcurrant #160C27

Tints of Blackcurrant #160C27

Color information

#160C27 (or 0x160C27) is unknown color: approx Blackcurrant. HEX triplet: 16, 0C and 27. RGB value is (22,12,39). Sum of RGB (Red+Green+Blue) = 22+12+39=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #160C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C27 is #E9F3D8. Grayscale: #111111. Windows color (decimal): -15332313 or 2558998. OLE color: 2558998.

HSL color Cylindrical-coordinate representation of color #160C27: hue angle of 262.22º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #160C27 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB221239-
CMYK0.440.6900.85
HSL262.22º52.94%10%-
HSV(B)262.22º69.23%15.29%-
XYZ0.830.581.99-
YUV18.07139.81130.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.14%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=30.14%
G=16.44%
B=53.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2212390.440.6900.85262.2252.9410
Hex16C272C4505510635a
Octal2614475410501254066512
Binary1011011001001111011001000101010101011000001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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