#160230

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

Shades of Blackcurrant #160230

Tints of Blackcurrant #160230

Color information

#160230 (or 0x160230) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 30. RGB value is (22,2,48). Sum of RGB (Red+Green+Blue) = 22+2+48=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #160230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160230 is #E9FDCF. Grayscale: #0D0D0D. Windows color (decimal): -15334864 or 3146262. OLE color: 3146262.

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

Color convert

RGB22248-
CMYK0.540.9600.81
HSL266.09º92%9.8%-
HSV(B)266.09º95.83%18.82%-
XYZ0.890.432.83-
YUV13.22147.63134.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=30.56%
G=2.78%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal222480.540.9600.81266.09929.8
Hex16230366005110a5ca
Octal2626066140012141213412
Binary101101011000011011011000000101000110000101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160230; }

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

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

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

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

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

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

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

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