#280146

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

Shades of Blackcurrant #280146

Tints of Blackcurrant #280146

Color information

#280146 (or 0x280146) is unknown color: approx Blackcurrant. HEX triplet: 28, 01 and 46. RGB value is (40,1,70). Sum of RGB (Red+Green+Blue) = 40+1+70=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #280146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280146 is #D7FEB9. Grayscale: #141414. Windows color (decimal): -14155450 or 4587816. OLE color: 4587816.

HSL color Cylindrical-coordinate representation of color #280146: hue angle of 273.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280146 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB40170-
CMYK0.430.9900.73
HSL273.91º97.18%13.92%-
HSV(B)273.91º98.57%27.45%-
XYZ1.990.925.87-
YUV20.53155.92141.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=36.04%
G=0.90%
B=63.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal401700.430.9900.73273.9197.1813.92
Hex281462B6304911261e
Octal50110653143011142214116
Binary1010001100011010101111000110100100110001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280146; }

 p { color: rgb(40,1,70); }

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

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

 a { background-color: rgb(40,1,70); }

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

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

 span { border-color: rgb(40,1,70); }

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