#160823

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

Shades of Blackcurrant #160823

Tints of Blackcurrant #160823

Color information

#160823 (or 0x160823) is unknown color: approx Blackcurrant. HEX triplet: 16, 08 and 23. RGB value is (22,8,35). Sum of RGB (Red+Green+Blue) = 22+8+35=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #160823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160823 is #E9F7DC. Grayscale: #0F0F0F. Windows color (decimal): -15333341 or 2295830. OLE color: 2295830.

HSL color Cylindrical-coordinate representation of color #160823: hue angle of 271.11º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #160823 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB22835-
CMYK0.370.7700.86
HSL271.11º62.79%8.43%-
HSV(B)271.11º77.14%13.73%-
XYZ0.720.471.64-
YUV15.26139.14132.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 35 (14.06% from 255) = 53.85%
R=33.85%
G=12.31%
B=53.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal228350.370.7700.86271.1162.798.43
Hex16823254D05610f3f8
Octal2610434511501264177710
Binary1011010001000111001011001101010101101000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160823; }

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

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

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

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

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

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

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

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