#280740

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

Shades of Blackcurrant #280740

Tints of Blackcurrant #280740

Color information

#280740 (or 0x280740) is unknown color: approx Blackcurrant. HEX triplet: 28, 07 and 40. RGB value is (40,7,64). Sum of RGB (Red+Green+Blue) = 40+7+64=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #280740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280740 is #D7F8BF. Grayscale: #171717. Windows color (decimal): -14153920 or 4196136. OLE color: 4196136.

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

Color convert

RGB40764-
CMYK0.380.8900.75
HSL274.74º80.28%13.92%-
HSV(B)274.74º89.06%25.1%-
XYZ1.880.974.94-
YUV23.36150.93139.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=36.04%
G=6.31%
B=57.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal407640.380.8900.75274.7480.2813.92
Hex28740265904B11350e
Octal50710046131011342312016
Binary101000111100000010011010110010100101110001001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280740; }

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

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

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

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

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

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

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

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