#280150

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

Shades of Blackcurrant #280150

Tints of Blackcurrant #280150

Color information

#280150 (or 0x280150) is unknown color: approx Blackcurrant. HEX triplet: 28, 01 and 50. RGB value is (40,1,80). Sum of RGB (Red+Green+Blue) = 40+1+80=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #280150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280150 is #D7FEAF. Grayscale: #151515. Windows color (decimal): -14155440 or 5243176. OLE color: 5243176.

HSL color Cylindrical-coordinate representation of color #280150: hue angle of 269.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280150 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB40180-
CMYK0.50.9900.69
HSL269.62º97.53%15.88%-
HSV(B)269.62º98.75%31.37%-
XYZ2.331.057.67-
YUV21.67160.92141.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=33.06%
G=0.83%
B=66.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal401800.50.9900.69269.6297.5315.88
Hex28150326304510e6210
Octal50112062143010541614220
Binary10100011010000110010110001101000101100001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280150; }

 p { color: rgb(40,1,80); }

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

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

 a { background-color: rgb(40,1,80); }

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

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

 span { border-color: rgb(40,1,80); }

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