Html Css Color HEX #280240 Blackcurrant

📋 copy color: '#280240'

red 40 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #280240

Tints of Blackcurrant #280240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 37.74%
G = 1.89%
B = 60.38%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280240 (or 0x280240) is known color: Blackcurrant. HEX triplet: 28, 02 and 40. RGB value is (40,2,64). Sum of RGB (Red+Green+Blue) = 40+2+64=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #280240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280240 is #D7FDBF. Grayscale: #141414. Windows color (decimal): -14155200 or 4194856. OLE color: 4194856.

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

Color convert

RGB 40 2 64 -
CMYK 0.38 0.97 0 0.75
HSL 276.77º 0.94% 0.13% -
HSV(B) 276.77º 0.97% 0.25% -
XYZ 1.82 0.86 4.92 -
YUV 20.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 40 2 64 0.38 0.97 0 0.75 276.77 0.94 0.13
Hex 28 2 40 26 61 0 4B 115 5E D
Octal 50 2 100 46 141 0 113 425 136 15
Binary 101000 10 1000000 100110 1100001 0 1001011 100010101 1011110 1101

Color Harmonies of #280240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280240

Black with #280240

Text Example


Text Example

White with #280240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280240; }

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

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

background-color css

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

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

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

border-color css

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

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

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