#280334

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

Shades of Blackcurrant #280334

Tints of Blackcurrant #280334

Color information

#280334 (or 0x280334) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 34. RGB value is (40,3,52). Sum of RGB (Red+Green+Blue) = 40+3+52=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #280334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280334 is #D7FCCB. Grayscale: #131313. Windows color (decimal): -14154956 or 3408680. OLE color: 3408680.

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

Color convert

RGB40352-
CMYK0.230.9400.80
HSL285.31º89.09%10.78%-
HSV(B)285.31º94.23%20.39%-
XYZ1.530.763.32-
YUV19.65146.26142.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=42.11%
G=3.16%
B=54.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal403520.230.9400.80285.3189.0910.78
Hex28334175E05011d59b
Octal5036427136012043513113
Binary101000111101001011110111100101000010001110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280334; }

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

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

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

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

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

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

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

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