Html Css Color HEX #28074E Blackcurrant

📋 copy color: '#28074E'

red 40 ◦ green 7 ◦ blue 78

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

Shades of Blackcurrant #28074E

Tints of Blackcurrant #28074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 62.4%

R = 32%
G = 5.6%
B = 62.4%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28074E (or 0x28074E) is known color: Blackcurrant. HEX triplet: 28, 07 and 4E. RGB value is (40,7,78). Sum of RGB (Red+Green+Blue) = 40+7+78=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #28074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28074E is #D7F8B1. Grayscale: #181818. Windows color (decimal): -14153906 or 5113640. OLE color: 5113640.

HSL color Cylindrical-coordinate representation of color #28074E: hue angle of 267.89º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28074E is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 7 78 -
CMYK 0.49 0.91 0 0.69
HSL 267.89º 0.84% 0.17% -
HSV(B) 267.89º 0.91% 0.31% -
XYZ 2.33 1.15 7.31 -
YUV 24.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 40 7 78 0.49 0.91 0 0.69 267.89 0.84 0.17
Hex 28 7 4E 31 5B 0 45 10C 54 11
Octal 50 7 116 61 133 0 105 414 124 21
Binary 101000 111 1001110 110001 1011011 0 1000101 100001100 1010100 10001

Color Harmonies of #28074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28074E

Black with #28074E

Text Example


Text Example

White with #28074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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