#280239

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

Shades of Blackcurrant #280239

Tints of Blackcurrant #280239

Color information

#280239 (or 0x280239) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 39. RGB value is (40,2,57). Sum of RGB (Red+Green+Blue) = 40+2+57=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #280239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280239 is #D7FDC6. Grayscale: #131313. Windows color (decimal): -14155207 or 3736104. OLE color: 3736104.

HSL color Cylindrical-coordinate representation of color #280239: hue angle of 281.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280239 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB40257-
CMYK0.300.9600.78
HSL281.45º93.22%11.57%-
HSV(B)281.45º96.49%22.35%-
XYZ1.640.793.94-
YUV19.63149.09142.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 57 (22.66% from 255) = 57.58%
R=40.40%
G=2.02%
B=57.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal402570.300.9600.78281.4593.2211.57
Hex282391E6004E1195dc
Octal5027136140011643113514
Binary101000101110011111011000000100111010001100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280239; }

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

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

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

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

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

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

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

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