#280534

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

Shades of Blackcurrant #280534

Tints of Blackcurrant #280534

Color information

#280534 (or 0x280534) is unknown color: approx Blackcurrant. HEX triplet: 28, 05 and 34. RGB value is (40,5,52). Sum of RGB (Red+Green+Blue) = 40+5+52=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #280534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280534 is #D7FACB. Grayscale: #141414. Windows color (decimal): -14154444 or 3409192. OLE color: 3409192.

HSL color Cylindrical-coordinate representation of color #280534: hue angle of 284.68º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280534 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB40552-
CMYK0.230.9000.80
HSL284.68º82.46%11.18%-
HSV(B)284.68º90.38%20.39%-
XYZ1.550.813.32-
YUV20.82145.6141.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 52 (20.70% from 255) = 53.61%
R=41.24%
G=5.15%
B=53.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal405520.230.9000.80284.6882.4611.18
Hex28534175A05011d52b
Octal5056427132012043512213
Binary1010001011101001011110110100101000010001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280534; }

 p { color: rgb(40,5,52); }

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

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

 a { background-color: rgb(40,5,52); }

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

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

 span { border-color: rgb(40,5,52); }

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