Html Css Color HEX #280249 Blackcurrant

📋 copy color: '#280249'

red 40 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #280249

Tints of Blackcurrant #280249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 63.48%

R = 34.78%
G = 1.74%
B = 63.48%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#280249 (or 0x280249) is known color: Blackcurrant. HEX triplet: 28, 02 and 49. RGB value is (40,2,73). Sum of RGB (Red+Green+Blue) = 40+2+73=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #280249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280249 is #D7FDB6. Grayscale: #151515. Windows color (decimal): -14155191 or 4784680. OLE color: 4784680.

HSL color Cylindrical-coordinate representation of color #280249: hue angle of 272.11º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280249 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 2 73 -
CMYK 0.45 0.97 0 0.71
HSL 272.11º 0.95% 0.15% -
HSV(B) 272.11º 0.97% 0.29% -
XYZ 2.1 0.98 6.38 -
YUV 21.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 40 2 73 0.45 0.97 0 0.71 272.11 0.95 0.15
Hex 28 2 49 2D 61 0 47 110 5F F
Octal 50 2 111 55 141 0 107 420 137 17
Binary 101000 10 1001001 101101 1100001 0 1000111 100010000 1011111 1111

Color Harmonies of #280249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280249

Black with #280249

Text Example


Text Example

White with #280249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280249; }

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

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

background-color css

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

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

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

border-color css

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

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

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