#280048

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

Shades of Blackcurrant #280048

Tints of Blackcurrant #280048

Color information

#280048 (or 0x280048) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 48. RGB value is (40,0,72). Sum of RGB (Red+Green+Blue) = 40+0+72=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #280048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280048 is #D7FFB7. Grayscale: #131313. Windows color (decimal): -14155704 or 4718632. OLE color: 4718632.

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

Color convert

RGB40072-
CMYK0.44100.72
HSL273.33º100%14.12%-
HSV(B)273.33º100%28.24%-
XYZ2.040.926.2-
YUV20.17157.25142.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal400720.44100.72273.3310014.12
Hex280482C6404811164e
Octal50011054144011042114416
Binary1010000100100010110011001000100100010001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280048; }

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

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

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

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

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

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

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

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