#280641

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

Shades of Blackcurrant #280641

Tints of Blackcurrant #280641

Color information

#280641 (or 0x280641) is unknown color: approx Blackcurrant. HEX triplet: 28, 06 and 41. RGB value is (40,6,65). Sum of RGB (Red+Green+Blue) = 40+6+65=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #280641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280641 is #D7F9BE. Grayscale: #161616. Windows color (decimal): -14154175 or 4261416. OLE color: 4261416.

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

Color convert

RGB40665-
CMYK0.380.9100.75
HSL274.58º83.1%13.92%-
HSV(B)274.58º90.77%25.49%-
XYZ1.890.965.09-
YUV22.89151.76140.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=36.04%
G=5.41%
B=58.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal406650.380.9100.75274.5883.113.92
Hex28641265B04B11353e
Octal50610146133011342312316
Binary101000110100000110011010110110100101110001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280641; }

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

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

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

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

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

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

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

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