#160430

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

Shades of Blackcurrant #160430

Tints of Blackcurrant #160430

Color information

#160430 (or 0x160430) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 30. RGB value is (22,4,48). Sum of RGB (Red+Green+Blue) = 22+4+48=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #160430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160430 is #E9FBCF. Grayscale: #0E0E0E. Windows color (decimal): -15334352 or 3146774. OLE color: 3146774.

HSL color Cylindrical-coordinate representation of color #160430: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #160430 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB22448-
CMYK0.540.9200.81
HSL264.55º84.62%10.2%-
HSV(B)264.55º91.67%18.82%-
XYZ0.910.472.84-
YUV14.4146.96133.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=29.73%
G=5.41%
B=64.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224480.540.9200.81264.5584.6210.2
Hex16430365C05110955a
Octal2646066134012141112512
Binary1011010011000011011010111000101000110000100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160430; }

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

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

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

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

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

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

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

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