#160422

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

Shades of Blackcurrant #160422

Tints of Blackcurrant #160422

Color information

#160422 (or 0x160422) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 22. RGB value is (22,4,34). Sum of RGB (Red+Green+Blue) = 22+4+34=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #160422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160422 is #E9FBDD. Grayscale: #0C0C0C. Windows color (decimal): -15334366 or 2229270. OLE color: 2229270.

HSL color Cylindrical-coordinate representation of color #160422: hue angle of 276º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160422 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB22434-
CMYK0.350.8800.87
HSL276º78.95%7.45%-
HSV(B)276º88.24%13.33%-
XYZ0.660.371.55-
YUV12.8139.96134.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 34 (13.67% from 255) = 56.67%
R=36.67%
G=6.67%
B=56.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal224340.350.8800.8727678.957.45
Hex1642223580571144f7
Octal264424313001274241177
Binary101101001000101000111011000010101111000101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160422; }

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

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

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

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

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

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

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

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