Html Css Color HEX #28064D Blackcurrant

📋 copy color: '#28064D'

red 40 ◦ green 6 ◦ blue 77

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

Shades of Blackcurrant #28064D

Tints of Blackcurrant #28064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.88%

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

R = 32.52%
G = 4.88%
B = 62.6%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28064D (or 0x28064D) is known color: Blackcurrant. HEX triplet: 28, 06 and 4D. RGB value is (40,6,77). Sum of RGB (Red+Green+Blue) = 40+6+77=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #28064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28064D is #D7F9B2. Grayscale: #181818. Windows color (decimal): -14154163 or 5047848. OLE color: 5047848.

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

Color convert

RGB 40 6 77 -
CMYK 0.48 0.92 0 0.70
HSL 268.73º 0.86% 0.16% -
HSV(B) 268.73º 0.92% 0.3% -
XYZ 2.28 1.12 7.12 -
YUV 24.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 40 6 77 0.48 0.92 0 0.70 268.73 0.86 0.16
Hex 28 6 4D 30 5C 0 46 10D 56 10
Octal 50 6 115 60 134 0 106 415 126 20
Binary 101000 110 1001101 110000 1011100 0 1000110 100001101 1010110 10000

Color Harmonies of #28064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28064D

Black with #28064D

Text Example


Text Example

White with #28064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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