#280036

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

Shades of Blackcurrant #280036

Tints of Blackcurrant #280036

Color information

#280036 (or 0x280036) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 36. RGB value is (40,0,54). Sum of RGB (Red+Green+Blue) = 40+0+54=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #280036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280036 is #D7FFC9. Grayscale: #111111. Windows color (decimal): -14155722 or 3538984. OLE color: 3538984.

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

Color convert

RGB40054-
CMYK0.26100.79
HSL284.44º100%10.59%-
HSV(B)284.44º100%21.18%-
XYZ1.540.723.55-
YUV18.12148.25143.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=42.55%
G=0%
B=57.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal400540.26100.79284.4410010.59
Hex280361A6404F11c64b
Octal5006632144011743414413
Binary10100001101101101011001000100111110001110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280036; }

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

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

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

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

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

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

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

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