#280548

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

Shades of Blackcurrant #280548

Tints of Blackcurrant #280548

Color information

#280548 (or 0x280548) is unknown color: approx Blackcurrant. HEX triplet: 28, 05 and 48. RGB value is (40,5,72). Sum of RGB (Red+Green+Blue) = 40+5+72=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #280548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280548 is #D7FAB7. Grayscale: #161616. Windows color (decimal): -14154424 or 4719912. OLE color: 4719912.

HSL color Cylindrical-coordinate representation of color #280548: hue angle of 271.34º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280548 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB40572-
CMYK0.440.9300.72
HSL271.34º87.01%15.1%-
HSV(B)271.34º93.06%28.24%-
XYZ2.11.036.22-
YUV23.1155.6140.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=34.19%
G=4.27%
B=61.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal405720.440.9300.72271.3487.0115.1
Hex285482C5D04810f57f
Octal50511054135011041712717
Binary101000101100100010110010111010100100010000111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280548; }

 p { color: rgb(40,5,72); }

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

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

 a { background-color: rgb(40,5,72); }

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

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

 span { border-color: rgb(40,5,72); }

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