#28074D

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

Shades of Blackcurrant #28074D

Tints of Blackcurrant #28074D

Color information

#28074D (or 0x28074D) is unknown color: approx Blackcurrant. HEX triplet: 28, 07 and 4D. RGB value is (40,7,77). Sum of RGB (Red+Green+Blue) = 40+7+77=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #28074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28074D is #D7F8B2. Grayscale: #181818. Windows color (decimal): -14153907 or 5048104. OLE color: 5048104.

HSL color Cylindrical-coordinate representation of color #28074D: hue angle of 268.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28074D is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB40777-
CMYK0.480.9100.70
HSL268.29º83.33%16.47%-
HSV(B)268.29º90.91%30.2%-
XYZ2.291.147.12-
YUV24.85157.43138.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.26%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=32.26%
G=5.65%
B=62.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal407770.480.9100.70268.2983.3316.47
Hex2874D305B04610c5310
Octal50711560133010641412320
Binary1010001111001101110000101101101000110100001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,7,77); }

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

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

 a { background-color: rgb(40,7,77); }

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

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

 span { border-color: rgb(40,7,77); }

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