#28034D

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

Shades of Blackcurrant #28034D

Tints of Blackcurrant #28034D

Color information

#28034D (or 0x28034D) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 4D. RGB value is (40,3,77). Sum of RGB (Red+Green+Blue) = 40+3+77=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #28034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28034D is #D7FCB2. Grayscale: #161616. Windows color (decimal): -14154931 or 5047080. OLE color: 5047080.

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

Color convert

RGB40377-
CMYK0.480.9600.70
HSL270º92.5%15.69%-
HSV(B)270º96.1%30.2%-
XYZ2.251.057.11-
YUV22.5158.76140.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=33.33%
G=2.5%
B=64.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal403770.480.9600.7027092.515.69
Hex2834D306004610e5c10
Octal50311560140010641613420
Binary101000111001101110000110000001000110100001110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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