#280336

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

Shades of Blackcurrant #280336

Tints of Blackcurrant #280336

Color information

#280336 (or 0x280336) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 36. RGB value is (40,3,54). Sum of RGB (Red+Green+Blue) = 40+3+54=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #280336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280336 is #D7FCC9. Grayscale: #131313. Windows color (decimal): -14154954 or 3539752. OLE color: 3539752.

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

Color convert

RGB40354-
CMYK0.260.9400.79
HSL283.53º89.47%11.18%-
HSV(B)283.53º94.44%21.18%-
XYZ1.570.783.56-
YUV19.88147.26142.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 54 (21.48% from 255) = 55.67%
R=41.24%
G=3.09%
B=55.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal403540.260.9400.79283.5389.4711.18
Hex283361A5E04F11c59b
Octal5036632136011743413113
Binary101000111101101101010111100100111110001110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280336; }

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

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

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

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

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

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

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

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