#160424

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

Shades of Blackcurrant #160424

Tints of Blackcurrant #160424

Color information

#160424 (or 0x160424) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 24. RGB value is (22,4,36). Sum of RGB (Red+Green+Blue) = 22+4+36=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #160424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160424 is #E9FBDB. Grayscale: #0C0C0C. Windows color (decimal): -15334364 or 2360342. OLE color: 2360342.

HSL color Cylindrical-coordinate representation of color #160424: hue angle of 273.75º degrees, saturation: 0.8, 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 #160424 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB22436-
CMYK0.390.8900.86
HSL273.75º80%7.84%-
HSV(B)273.75º88.89%14.12%-
XYZ0.690.381.71-
YUV13.03140.96134.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 35.48%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=35.48%
G=6.45%
B=58.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal224360.390.8900.86273.75807.84
Hex164242759056112508
Octal2644447131012642212010
Binary1011010010010010011110110010101011010001001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160424; }

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

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

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

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

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

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

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

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