#280047

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

Shades of Blackcurrant #280047

Tints of Blackcurrant #280047

Color information

#280047 (or 0x280047) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 47. RGB value is (40,0,71). Sum of RGB (Red+Green+Blue) = 40+0+71=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #280047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280047 is #D7FFB8. Grayscale: #131313. Windows color (decimal): -14155705 or 4653096. OLE color: 4653096.

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

Color convert

RGB40071-
CMYK0.44100.72
HSL273.8º100%13.92%-
HSV(B)273.8º100%27.84%-
XYZ2.010.916.03-
YUV20.05156.75142.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=36.04%
G=0%
B=63.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal400710.44100.72273.810013.92
Hex280472C6404811264e
Octal50010754144011042214416
Binary1010000100011110110011001000100100010001001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280047; }

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

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

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

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

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

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

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

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