#160438

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

Shades of Blackcurrant #160438

Tints of Blackcurrant #160438

Color information

#160438 (or 0x160438) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 38. RGB value is (22,4,56). Sum of RGB (Red+Green+Blue) = 22+4+56=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #160438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160438 is #E9FBC7. Grayscale: #0F0F0F. Windows color (decimal): -15334344 or 3671062. OLE color: 3671062.

HSL color Cylindrical-coordinate representation of color #160438: hue angle of 260.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160438 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22456-
CMYK0.610.9300.78
HSL260.77º86.67%11.76%-
HSV(B)260.77º92.86%21.96%-
XYZ1.090.543.79-
YUV15.31150.96132.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=26.83%
G=4.88%
B=68.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal224560.610.9300.78260.7786.6711.76
Hex164383D5D04E10557c
Octal2647075135011640512714
Binary1011010011100011110110111010100111010000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160438; }

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

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

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

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

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

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

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

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