Html Css Color HEX #28034D Blackcurrant

📋 copy color: '#28034D'

red 40 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #28034D

Tints of Blackcurrant #28034D

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 value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28034D (or 0x28034D) is known color: 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

RGB 40 3 77 -
CMYK 0.48 0.96 0 0.70
HSL 270º 0.93% 0.16% -
HSV(B) 270º 0.96% 0.3% -
XYZ 2.25 1.05 7.11 -
YUV 22.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 40 3 77 0.48 0.96 0 0.70 270 0.93 0.16
Hex 28 3 4D 30 60 0 46 10E 5C 10
Octal 50 3 115 60 140 0 106 416 134 20
Binary 101000 11 1001101 110000 1100000 0 1000110 100001110 1011100 10000

Color Harmonies of #28034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28034D

Black with #28034D

Text Example


Text Example

White with #28034D

Text Example


Text Example

HTML Codes & Css Web 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>