#28044F

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

Shades of Blackcurrant #28044F

Tints of Blackcurrant #28044F

Color information

#28044F (or 0x28044F) is unknown color: approx Blackcurrant. HEX triplet: 28, 04 and 4F. RGB value is (40,4,79). Sum of RGB (Red+Green+Blue) = 40+4+79=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #28044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28044F is #D7FBB0. Grayscale: #171717. Windows color (decimal): -14154673 or 5178408. OLE color: 5178408.

HSL color Cylindrical-coordinate representation of color #28044F: hue angle of 268.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28044F is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB40479-
CMYK0.490.9500.69
HSL268.8º90.36%16.27%-
HSV(B)268.8º94.94%30.98%-
XYZ2.331.17.49-
YUV23.31159.43139.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=32.52%
G=3.25%
B=64.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal404790.490.9500.69268.890.3616.27
Hex2844F315F04510d5a10
Octal50411761137010541513220
Binary1010001001001111110001101111101000101100001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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