#28032D

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

Shades of Blackcurrant #28032D

Tints of Blackcurrant #28032D

Color information

#28032D (or 0x28032D) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 2D. RGB value is (40,3,45). Sum of RGB (Red+Green+Blue) = 40+3+45=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #28032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28032D is #D7FCD2. Grayscale: #121212. Windows color (decimal): -14154963 or 2949928. OLE color: 2949928.

HSL color Cylindrical-coordinate representation of color #28032D: hue angle of 292.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28032D is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB40345-
CMYK0.110.9300.82
HSL292.86º87.5%9.41%-
HSV(B)292.86º93.33%17.65%-
XYZ1.380.712.55-
YUV18.85142.76143.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=45.45%
G=3.41%
B=51.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal403450.110.9300.82292.8687.59.41
Hex2832DB5D052125589
Octal5035513135012244513011
Binary10100011101101101110111010101001010010010110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28032D; }

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

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

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

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

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

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

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

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