#280249

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

Shades of Blackcurrant #280249

Tints of Blackcurrant #280249

Color information

#280249 (or 0x280249) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 49. RGB value is (40,2,73). Sum of RGB (Red+Green+Blue) = 40+2+73=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #280249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280249 is #D7FDB6. Grayscale: #151515. Windows color (decimal): -14155191 or 4784680. OLE color: 4784680.

HSL color Cylindrical-coordinate representation of color #280249: hue angle of 272.11º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280249 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB40273-
CMYK0.450.9700.71
HSL272.11º94.67%14.71%-
HSV(B)272.11º97.26%28.63%-
XYZ2.10.986.38-
YUV21.46157.09141.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=34.78%
G=1.74%
B=63.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal402730.450.9700.71272.1194.6714.71
Hex282492D610471105ff
Octal50211155141010742013717
Binary10100010100100110110111000010100011110001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280249; }

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

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

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

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

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

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

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

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