#280231

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

Shades of Blackcurrant #280231

Tints of Blackcurrant #280231

Color information

#280231 (or 0x280231) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 31. RGB value is (40,2,49). Sum of RGB (Red+Green+Blue) = 40+2+49=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #280231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280231 is #D7FDCE. Grayscale: #121212. Windows color (decimal): -14155215 or 3211816. OLE color: 3211816.

HSL color Cylindrical-coordinate representation of color #280231: hue angle of 288.51º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280231 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB40249-
CMYK0.180.9600.81
HSL288.51º92.16%10%-
HSV(B)288.51º95.92%19.22%-
XYZ1.450.722.97-
YUV18.72145.09143.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=43.96%
G=2.20%
B=53.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal402490.180.9600.81288.5192.1610
Hex2823112600511215ca
Octal5026122140012144113412
Binary101000101100011001011000000101000110010000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280231; }

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

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

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

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

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

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

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

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