Html Css Color HEX #280949 Blackcurrant

📋 copy color: '#280949'

red 40 ◦ green 9 ◦ blue 73

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

Shades of Blackcurrant #280949

Tints of Blackcurrant #280949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.38%

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

R = 32.79%
G = 7.38%
B = 59.84%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#280949 (or 0x280949) is known color: Blackcurrant. HEX triplet: 28, 09 and 49. RGB value is (40,9,73). Sum of RGB (Red+Green+Blue) = 40+9+73=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #280949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280949 is #D7F6B6. Grayscale: #191919. Windows color (decimal): -14153399 or 4786472. OLE color: 4786472.

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

Color convert

RGB 40 9 73 -
CMYK 0.45 0.88 0 0.71
HSL 269.06º 0.78% 0.16% -
HSV(B) 269.06º 0.88% 0.29% -
XYZ 2.18 1.13 6.41 -
YUV 25.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 40 9 73 0.45 0.88 0 0.71 269.06 0.78 0.16
Hex 28 9 49 2D 58 0 47 10D 4E 10
Octal 50 11 111 55 130 0 107 415 116 20
Binary 101000 1001 1001001 101101 1011000 0 1000111 100001101 1001110 10000

Color Harmonies of #280949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280949

Black with #280949

Text Example


Text Example

White with #280949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280949; }

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

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

background-color css

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

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

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

border-color css

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

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

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