Html Css Color HEX #280548 Blackcurrant

📋 copy color: '#280548'

red 40 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #280548

Tints of Blackcurrant #280548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

 BLUE value IS 72 (28.52% from 255) = 61.54%

R = 34.19%
G = 4.27%
B = 61.54%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280548 (or 0x280548) is known color: Blackcurrant. HEX triplet: 28, 05 and 48. RGB value is (40,5,72). Sum of RGB (Red+Green+Blue) = 40+5+72=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #280548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280548 is #D7FAB7. Grayscale: #161616. Windows color (decimal): -14154424 or 4719912. OLE color: 4719912.

HSL color Cylindrical-coordinate representation of color #280548: hue angle of 271.34º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280548 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 5 72 -
CMYK 0.44 0.93 0 0.72
HSL 271.34º 0.87% 0.15% -
HSV(B) 271.34º 0.93% 0.28% -
XYZ 2.1 1.03 6.22 -
YUV 23.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 40 5 72 0.44 0.93 0 0.72 271.34 0.87 0.15
Hex 28 5 48 2C 5D 0 48 10F 57 F
Octal 50 5 110 54 135 0 110 417 127 17
Binary 101000 101 1001000 101100 1011101 0 1001000 100001111 1010111 1111

Color Harmonies of #280548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280548

Black with #280548

Text Example


Text Example

White with #280548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280548; }

 p { color: rgb(40,5,72); }

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

background-color css

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

 a { background-color: rgb(40,5,72); }

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

border-color css

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

 span { border-color: rgb(40,5,72); }

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