Html Css Color HEX #28024D Blackcurrant

📋 copy color: '#28024D'

red 40 ◦ green 2 ◦ blue 77

#28024D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #28024D

Tints of Blackcurrant #28024D

RGB

 RED value IS 40 (16.02% from 255) = 33.61%

 GREEN value IS 2 (1.17% from 255) = 1.68%

 BLUE value IS 77 (30.47% from 255) = 64.71%

R = 33.61%
G = 1.68%
B = 64.71%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28024D (or 0x28024D) is known color: Blackcurrant. HEX triplet: 28, 02 and 4D. RGB value is (40,2,77). Sum of RGB (Red+Green+Blue) = 40+2+77=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #28024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28024D is #D7FDB2. Grayscale: #151515. Windows color (decimal): -14155187 or 5046824. OLE color: 5046824.

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

Color convert

RGB 40 2 77 -
CMYK 0.48 0.97 0 0.70
HSL 270.4º 0.95% 0.15% -
HSV(B) 270.4º 0.97% 0.3% -
XYZ 2.24 1.03 7.1 -
YUV 21.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 40 2 77 0.48 0.97 0 0.70 270.4 0.95 0.15
Hex 28 2 4D 30 61 0 46 10E 5F F
Octal 50 2 115 60 141 0 106 416 137 17
Binary 101000 10 1001101 110000 1100001 0 1000110 100001110 1011111 1111

Color Harmonies of #28024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28024D

Black with #28024D

Text Example


Text Example

White with #28024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28024D;
 }
 .AnyTagClassName
 {
   color: #28024D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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