#280447

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

Shades of Blackcurrant #280447

Tints of Blackcurrant #280447

Color information

#280447 (or 0x280447) is unknown color: approx Blackcurrant. HEX triplet: 28, 04 and 47. RGB value is (40,4,71). Sum of RGB (Red+Green+Blue) = 40+4+71=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #280447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280447 is #D7FBB8. Grayscale: #161616. Windows color (decimal): -14154681 or 4654120. OLE color: 4654120.

HSL color Cylindrical-coordinate representation of color #280447: hue angle of 272.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280447 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB40471-
CMYK0.440.9400.72
HSL272.24º89.33%14.71%-
HSV(B)272.24º94.37%27.84%-
XYZ2.060.996.04-
YUV22.4155.43140.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=34.78%
G=3.48%
B=61.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal404710.440.9400.72272.2489.3314.71
Hex284472C5E04811059f
Octal50410754136011042013117
Binary101000100100011110110010111100100100010001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280447; }

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

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

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

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

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

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

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

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