Html Css Color HEX #28074D Blackcurrant

📋 copy color: '#28074D'

red 40 ◦ green 7 ◦ blue 77

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

Shades of Blackcurrant #28074D

Tints of Blackcurrant #28074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 32.26%
G = 5.65%
B = 62.1%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28074D (or 0x28074D) is known color: Blackcurrant. HEX triplet: 28, 07 and 4D. RGB value is (40,7,77). Sum of RGB (Red+Green+Blue) = 40+7+77=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #28074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28074D is #D7F8B2. Grayscale: #181818. Windows color (decimal): -14153907 or 5048104. OLE color: 5048104.

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

Color convert

RGB 40 7 77 -
CMYK 0.48 0.91 0 0.70
HSL 268.29º 0.83% 0.16% -
HSV(B) 268.29º 0.91% 0.3% -
XYZ 2.29 1.14 7.12 -
YUV 24.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 40 7 77 0.48 0.91 0 0.70 268.29 0.83 0.16
Hex 28 7 4D 30 5B 0 46 10C 53 10
Octal 50 7 115 60 133 0 106 414 123 20
Binary 101000 111 1001101 110000 1011011 0 1000110 100001100 1010011 10000

Color Harmonies of #28074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28074D

Black with #28074D

Text Example


Text Example

White with #28074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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