#160B27

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

Shades of Blackcurrant #160B27

Tints of Blackcurrant #160B27

Color information

#160B27 (or 0x160B27) is unknown color: approx Blackcurrant. HEX triplet: 16, 0B and 27. RGB value is (22,11,39). Sum of RGB (Red+Green+Blue) = 22+11+39=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #160B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B27 is #E9F4D8. Grayscale: #111111. Windows color (decimal): -15332569 or 2558742. OLE color: 2558742.

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

Color convert

RGB221139-
CMYK0.440.7200.85
HSL263.57º56%9.8%-
HSV(B)263.57º71.79%15.29%-
XYZ0.820.561.98-
YUV17.48140.14131.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=30.56%
G=15.28%
B=54.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2211390.440.7200.85263.57569.8
Hex16B272C4805510838a
Octal2613475411001254107012
Binary1011010111001111011001001000010101011000010001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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