Html Css Color HEX #28084D Blackcurrant

📋 copy color: '#28084D'

red 40 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #28084D

Tints of Blackcurrant #28084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

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

R = 32%
G = 6.4%
B = 61.6%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28084D (or 0x28084D) is known color: Blackcurrant. HEX triplet: 28, 08 and 4D. RGB value is (40,8,77). Sum of RGB (Red+Green+Blue) = 40+8+77=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #28084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28084D is #D7F7B2. Grayscale: #191919. Windows color (decimal): -14153651 or 5048360. OLE color: 5048360.

HSL color Cylindrical-coordinate representation of color #28084D: hue angle of 267.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28084D is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 8 77 -
CMYK 0.48 0.90 0 0.70
HSL 267.83º 0.81% 0.17% -
HSV(B) 267.83º 0.9% 0.3% -
XYZ 2.3 1.16 7.12 -
YUV 25.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 40 8 77 0.48 0.90 0 0.70 267.83 0.81 0.17
Hex 28 8 4D 30 5A 0 46 10C 51 11
Octal 50 10 115 60 132 0 106 414 121 21
Binary 101000 1000 1001101 110000 1011010 0 1000110 100001100 1010001 10001

Color Harmonies of #28084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28084D

Black with #28084D

Text Example


Text Example

White with #28084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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