#160423

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

Shades of Blackcurrant #160423

Tints of Blackcurrant #160423

Color information

#160423 (or 0x160423) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 23. RGB value is (22,4,35). Sum of RGB (Red+Green+Blue) = 22+4+35=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #160423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160423 is #E9FBDC. Grayscale: #0C0C0C. Windows color (decimal): -15334365 or 2294806. OLE color: 2294806.

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

Color convert

RGB22435-
CMYK0.370.8900.86
HSL274.84º79.49%7.65%-
HSV(B)274.84º88.57%13.73%-
XYZ0.680.381.63-
YUV12.92140.46134.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=36.07%
G=6.56%
B=57.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal224350.370.8900.86274.8479.497.65
Hex1642325590561134f8
Octal2644345131012642311710
Binary1011010010001110010110110010101011010001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160423; }

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

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

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

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

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

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

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

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