#280251

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

Shades of Blackcurrant #280251

Tints of Blackcurrant #280251

Color information

#280251 (or 0x280251) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 51. RGB value is (40,2,81). Sum of RGB (Red+Green+Blue) = 40+2+81=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #280251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280251 is #D7FDAE. Grayscale: #161616. Windows color (decimal): -14155183 or 5308968. OLE color: 5308968.

HSL color Cylindrical-coordinate representation of color #280251: hue angle of 268.86º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280251 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB40281-
CMYK0.510.9800.68
HSL268.86º95.18%16.27%-
HSV(B)268.86º97.53%31.76%-
XYZ2.381.097.87-
YUV22.37161.09140.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 81 (32.03% from 255) = 65.85%
R=32.52%
G=1.63%
B=65.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal402810.510.9800.68268.8695.1816.27
Hex28251336204410d5f10
Octal50212163142010441513720
Binary101000101010001110011110001001000100100001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280251; }

 p { color: rgb(40,2,81); }

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

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

 a { background-color: rgb(40,2,81); }

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

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

 span { border-color: rgb(40,2,81); }

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