#280043

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

Shades of Blackcurrant #280043

Tints of Blackcurrant #280043

Color information

#280043 (or 0x280043) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 43. RGB value is (40,0,67). Sum of RGB (Red+Green+Blue) = 40+0+67=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #280043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280043 is #D7FFBC. Grayscale: #131313. Windows color (decimal): -14155709 or 4390952. OLE color: 4390952.

HSL color Cylindrical-coordinate representation of color #280043: hue angle of 275.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280043 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB40067-
CMYK0.40100.74
HSL275.82º100%13.14%-
HSV(B)275.82º100%26.27%-
XYZ1.890.865.38-
YUV19.6154.75142.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 62.62%
R=37.38%
G=0%
B=62.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal400670.40100.74275.8210013.14
Hex28043286404A11464d
Octal50010350144011242414415
Binary1010000100001110100011001000100101010001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280043; }

 p { color: rgb(40,0,67); }

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

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

 a { background-color: rgb(40,0,67); }

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

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

 span { border-color: rgb(40,0,67); }

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