Html Css Color HEX #280740 Blackcurrant

📋 copy color: '#280740'

red 40 ◦ green 7 ◦ blue 64

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

Shades of Blackcurrant #280740

Tints of Blackcurrant #280740

RGB

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

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

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

R = 36.04%
G = 6.31%
B = 57.66%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280740 (or 0x280740) is known color: Blackcurrant. HEX triplet: 28, 07 and 40. RGB value is (40,7,64). Sum of RGB (Red+Green+Blue) = 40+7+64=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #280740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280740 is #D7F8BF. Grayscale: #171717. Windows color (decimal): -14153920 or 4196136. OLE color: 4196136.

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

Color convert

RGB 40 7 64 -
CMYK 0.38 0.89 0 0.75
HSL 274.74º 0.8% 0.14% -
HSV(B) 274.74º 0.89% 0.25% -
XYZ 1.88 0.97 4.94 -
YUV 23.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 40 7 64 0.38 0.89 0 0.75 274.74 0.8 0.14
Hex 28 7 40 26 59 0 4B 113 50 E
Octal 50 7 100 46 131 0 113 423 120 16
Binary 101000 111 1000000 100110 1011001 0 1001011 100010011 1010000 1110

Color Harmonies of #280740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280740

Black with #280740

Text Example


Text Example

White with #280740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280740; }

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

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

background-color css

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

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

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

border-color css

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

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

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