#28044B

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

Shades of Blackcurrant #28044B

Tints of Blackcurrant #28044B

Color information

#28044B (or 0x28044B) is unknown color: approx Blackcurrant. HEX triplet: 28, 04 and 4B. RGB value is (40,4,75). Sum of RGB (Red+Green+Blue) = 40+4+75=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #28044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28044B is #D7FBB4. Grayscale: #161616. Windows color (decimal): -14154677 or 4916264. OLE color: 4916264.

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

Color convert

RGB40475-
CMYK0.470.9500.71
HSL270.42º89.87%15.49%-
HSV(B)270.42º94.67%29.41%-
XYZ2.191.056.74-
YUV22.86157.43140.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=33.61%
G=3.36%
B=63.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal404750.470.9500.71270.4289.8715.49
Hex2844B2F5F04710e5af
Octal50411357137010741613217
Binary101000100100101110111110111110100011110000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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