#28004B

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

Shades of Blackcurrant #28004B

Tints of Blackcurrant #28004B

Color information

#28004B (or 0x28004B) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 4B. RGB value is (40,0,75). Sum of RGB (Red+Green+Blue) = 40+0+75=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #28004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28004B is #D7FFB4. Grayscale: #141414. Windows color (decimal): -14155701 or 4915240. OLE color: 4915240.

HSL color Cylindrical-coordinate representation of color #28004B: hue angle of 272º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28004B is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB40075-
CMYK0.47100.71
HSL272º100%14.71%-
HSV(B)272º100%29.41%-
XYZ2.150.966.73-
YUV20.51158.75141.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=34.78%
G=0%
B=65.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal400750.47100.7127210014.71
Hex2804B2F6404711064f
Octal50011357144010742014417
Binary1010000100101110111111001000100011110001000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28004B; }

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

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

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

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

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

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

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

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