Html Css Color HEX #280048 Blackcurrant

📋 copy color: '#280048'

red 40 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #280048

Tints of Blackcurrant #280048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280048 (or 0x280048) is known color: Blackcurrant. HEX triplet: 28, 00 and 48. RGB value is (40,0,72). Sum of RGB (Red+Green+Blue) = 40+0+72=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #280048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280048 is #D7FFB7. Grayscale: #131313. Windows color (decimal): -14155704 or 4718632. OLE color: 4718632.

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

Color convert

RGB 40 0 72 -
CMYK 0.44 1 0 0.72
HSL 273.33º 1% 0.14% -
HSV(B) 273.33º 1% 0.28% -
XYZ 2.04 0.92 6.2 -
YUV 20.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 40 0 72 0.44 1 0 0.72 273.33 1 0.14
Hex 28 0 48 2C 64 0 48 111 64 E
Octal 50 0 110 54 144 0 110 421 144 16
Binary 101000 0 1001000 101100 1100100 0 1001000 100010001 1100100 1110

Color Harmonies of #280048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280048

Black with #280048

Text Example


Text Example

White with #280048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280048; }

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

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

background-color css

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

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

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

border-color css

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

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

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