#280240

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

Shades of Blackcurrant #280240

Tints of Blackcurrant #280240

Color information

#280240 (or 0x280240) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 40. RGB value is (40,2,64). Sum of RGB (Red+Green+Blue) = 40+2+64=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #280240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280240 is #D7FDBF. Grayscale: #141414. Windows color (decimal): -14155200 or 4194856. OLE color: 4194856.

HSL color Cylindrical-coordinate representation of color #280240: hue angle of 276.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280240 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB40264-
CMYK0.380.9700.75
HSL276.77º93.94%12.94%-
HSV(B)276.77º96.88%25.1%-
XYZ1.820.864.92-
YUV20.43152.59141.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=37.74%
G=1.89%
B=60.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal402640.380.9700.75276.7793.9412.94
Hex28240266104B1155ed
Octal50210046141011342513615
Binary10100010100000010011011000010100101110001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280240; }

 p { color: rgb(40,2,64); }

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

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

 a { background-color: rgb(40,2,64); }

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

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

 span { border-color: rgb(40,2,64); }

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