Html Css Color HEX #280D49 Blackcurrant

📋 copy color: '#280D49'

red 40 ◦ green 13 ◦ blue 73

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

Shades of Blackcurrant #280D49

Tints of Blackcurrant #280D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.32%

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

R = 31.75%
G = 10.32%
B = 57.94%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#280D49 (or 0x280D49) is known color: Blackcurrant. HEX triplet: 28, 0D and 49. RGB value is (40,13,73). Sum of RGB (Red+Green+Blue) = 40+13+73=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #280D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D49 is #D7F2B6. Grayscale: #1B1B1B. Windows color (decimal): -14152375 or 4787496. OLE color: 4787496.

HSL color Cylindrical-coordinate representation of color #280D49: hue angle of 267º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280D49 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 13 73 -
CMYK 0.45 0.82 0 0.71
HSL 267º 0.7% 0.17% -
HSV(B) 267º 0.82% 0.29% -
XYZ 2.22 1.22 6.42 -
YUV 27.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 40 13 73 0.45 0.82 0 0.71 267 0.7 0.17
Hex 28 D 49 2D 52 0 47 10B 46 11
Octal 50 15 111 55 122 0 107 413 106 21
Binary 101000 1101 1001001 101101 1010010 0 1000111 100001011 1000110 10001

Color Harmonies of #280D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D49

Black with #280D49

Text Example


Text Example

White with #280D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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