#280747

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

Shades of Blackcurrant #280747

Tints of Blackcurrant #280747

Color information

#280747 (or 0x280747) is unknown color: approx Blackcurrant. HEX triplet: 28, 07 and 47. RGB value is (40,7,71). Sum of RGB (Red+Green+Blue) = 40+7+71=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #280747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280747 is #D7F8B8. Grayscale: #171717. Windows color (decimal): -14153913 or 4654888. OLE color: 4654888.

HSL color Cylindrical-coordinate representation of color #280747: hue angle of 270.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280747 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB40771-
CMYK0.440.9000.72
HSL270.94º82.05%15.29%-
HSV(B)270.94º90.14%27.84%-
XYZ2.091.066.06-
YUV24.16154.43139.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 71 (28.12% from 255) = 60.17%
R=33.90%
G=5.93%
B=60.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal407710.440.9000.72270.9482.0515.29
Hex287472C5A04810f52f
Octal50710754132011041712217
Binary101000111100011110110010110100100100010000111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280747; }

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

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

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

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

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

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

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

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