#160827

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

Shades of Blackcurrant #160827

Tints of Blackcurrant #160827

Color information

#160827 (or 0x160827) is unknown color: approx Blackcurrant. HEX triplet: 16, 08 and 27. RGB value is (22,8,39). Sum of RGB (Red+Green+Blue) = 22+8+39=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #160827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160827 is #E9F7D8. Grayscale: #0F0F0F. Windows color (decimal): -15333337 or 2557974. OLE color: 2557974.

HSL color Cylindrical-coordinate representation of color #160827: hue angle of 267.1º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #160827 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB22839-
CMYK0.440.7900.85
HSL267.1º65.96%9.22%-
HSV(B)267.1º79.49%15.29%-
XYZ0.780.491.97-
YUV15.72141.14132.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.88%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=31.88%
G=11.59%
B=56.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal228390.440.7900.85267.165.969.22
Hex168272C4F05510b429
Octal26104754117012541310211
Binary10110100010011110110010011110101010110000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160827; }

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

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

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

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

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

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

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

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