#280441

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

Shades of Blackcurrant #280441

Tints of Blackcurrant #280441

Color information

#280441 (or 0x280441) is unknown color: approx Blackcurrant. HEX triplet: 28, 04 and 41. RGB value is (40,4,65). Sum of RGB (Red+Green+Blue) = 40+4+65=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #280441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280441 is #D7FBBE. Grayscale: #151515. Windows color (decimal): -14154687 or 4260904. OLE color: 4260904.

HSL color Cylindrical-coordinate representation of color #280441: hue angle of 275.41º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280441 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB40465-
CMYK0.380.9400.75
HSL275.41º88.41%13.53%-
HSV(B)275.41º93.85%25.49%-
XYZ1.870.925.08-
YUV21.72152.43141.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=36.70%
G=3.67%
B=59.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal404650.380.9400.75275.4188.4113.53
Hex28441265E04B11358e
Octal50410146136011342313016
Binary101000100100000110011010111100100101110001001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280441; }

 p { color: rgb(40,4,65); }

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

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

 a { background-color: rgb(40,4,65); }

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

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

 span { border-color: rgb(40,4,65); }

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