#280D49

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

Shades of Blackcurrant #280D49

Tints of Blackcurrant #280D49

Color information

#280D49 (or 0x280D49) is unknown color: approx Blackcurrant. HEX triplet: 28, 0D and 49. RGB value is (40,13,73). Sum of RGB (Red+Green+Blue) = 40+13+73=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #280D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D49 is #D7F2B6. Grayscale: #1B1B1B. Windows color (decimal): -14152375 or 4787496. OLE color: 4787496.

HSL color Cylindrical-coordinate representation of color #280D49: hue angle of 267º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280D49 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB401373-
CMYK0.450.8200.71
HSL267º69.77%16.86%-
HSV(B)267º82.19%28.63%-
XYZ2.221.226.42-
YUV27.91153.45136.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 13 (5.47% from 255) = 10.32%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=31.75%
G=10.32%
B=57.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4013730.450.8200.7126769.7716.86
Hex28D492D5204710b4611
Octal501511155122010741310621
Binary10100011011001001101101101001001000111100001011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280D49; }

 p { color: rgb(40,13,73); }

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

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

 a { background-color: rgb(40,13,73); }

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

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

 span { border-color: rgb(40,13,73); }

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