Html Css Color HEX #280246 Blackcurrant

📋 copy color: '#280246'

red 40 ◦ green 2 ◦ blue 70

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

Shades of Blackcurrant #280246

Tints of Blackcurrant #280246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 62.5%

R = 35.71%
G = 1.79%
B = 62.5%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280246 (or 0x280246) is known color: Blackcurrant. HEX triplet: 28, 02 and 46. RGB value is (40,2,70). Sum of RGB (Red+Green+Blue) = 40+2+70=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #280246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280246 is #D7FDB9. Grayscale: #141414. Windows color (decimal): -14155194 or 4588072. OLE color: 4588072.

HSL color Cylindrical-coordinate representation of color #280246: hue angle of 273.53º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280246 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 2 70 -
CMYK 0.43 0.97 0 0.73
HSL 273.53º 0.94% 0.14% -
HSV(B) 273.53º 0.97% 0.27% -
XYZ 2 0.94 5.87 -
YUV 21.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 40 2 70 0.43 0.97 0 0.73 273.53 0.94 0.14
Hex 28 2 46 2B 61 0 49 112 5E E
Octal 50 2 106 53 141 0 111 422 136 16
Binary 101000 10 1000110 101011 1100001 0 1001001 100010010 1011110 1110

Color Harmonies of #280246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280246

Black with #280246

Text Example


Text Example

White with #280246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280246; }

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

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

background-color css

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

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

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

border-color css

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

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

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