#280741

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

Shades of Blackcurrant #280741

Tints of Blackcurrant #280741

Color information

#280741 (or 0x280741) is unknown color: approx Blackcurrant. HEX triplet: 28, 07 and 41. RGB value is (40,7,65). Sum of RGB (Red+Green+Blue) = 40+7+65=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #280741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280741 is #D7F8BE. Grayscale: #171717. Windows color (decimal): -14153919 or 4261672. OLE color: 4261672.

HSL color Cylindrical-coordinate representation of color #280741: hue angle of 274.14º degrees, saturation: 0.81, 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 #280741 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB40765-
CMYK0.380.8900.75
HSL274.14º80.56%14.12%-
HSV(B)274.14º89.23%25.49%-
XYZ1.910.985.09-
YUV23.48151.43139.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=35.71%
G=6.25%
B=58.04%

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
Decimal407650.380.8900.75274.1480.5614.12
Hex28741265904B11251e
Octal50710146131011342212116
Binary101000111100000110011010110010100101110001001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280741; }

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

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

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

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

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

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

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

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