Html Css Color HEX #280040 Blackcurrant

📋 copy color: '#280040'

red 40 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #280040

Tints of Blackcurrant #280040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 38.46%
G = 0%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280040 (or 0x280040) is known color: Blackcurrant. HEX triplet: 28, 00 and 40. RGB value is (40,0,64). Sum of RGB (Red+Green+Blue) = 40+0+64=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #280040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280040 is #D7FFBF. Grayscale: #131313. Windows color (decimal): -14155712 or 4194344. OLE color: 4194344.

HSL color Cylindrical-coordinate representation of color #280040: hue angle of 277.5º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280040 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 0 64 -
CMYK 0.38 1 0 0.75
HSL 277.5º 1% 0.13% -
HSV(B) 277.5º 1% 0.25% -
XYZ 1.8 0.82 4.91 -
YUV 19.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 40 0 64 0.38 1 0 0.75 277.5 1 0.13
Hex 28 0 40 26 64 0 4B 116 64 D
Octal 50 0 100 46 144 0 113 426 144 15
Binary 101000 0 1000000 100110 1100100 0 1001011 100010110 1100100 1101

Color Harmonies of #280040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280040

Black with #280040

Text Example


Text Example

White with #280040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280040; }

 p { color: rgb(40,0,64); }

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

background-color css

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

 a { background-color: rgb(40,0,64); }

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

border-color css

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

 span { border-color: rgb(40,0,64); }

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