#280445

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

Shades of Blackcurrant #280445

Tints of Blackcurrant #280445

Color information

#280445 (or 0x280445) is unknown color: approx Blackcurrant. HEX triplet: 28, 04 and 45. RGB value is (40,4,69). Sum of RGB (Red+Green+Blue) = 40+4+69=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #280445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280445 is #D7FBBA. Grayscale: #151515. Windows color (decimal): -14154683 or 4523048. OLE color: 4523048.

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

Color convert

RGB40469-
CMYK0.420.9400.73
HSL273.23º89.04%14.31%-
HSV(B)273.23º94.2%27.06%-
XYZ1.990.975.71-
YUV22.17154.43140.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 69 (27.34% from 255) = 61.06%
R=35.40%
G=3.54%
B=61.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal404690.420.9400.73273.2389.0414.31
Hex284452A5E04911159e
Octal50410552136011142113116
Binary101000100100010110101010111100100100110001000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280445; }

 p { color: rgb(40,4,69); }

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

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

 a { background-color: rgb(40,4,69); }

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

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

 span { border-color: rgb(40,4,69); }

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