Html Css Color HEX #280148 Blackcurrant

📋 copy color: '#280148'

red 40 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #280148

Tints of Blackcurrant #280148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 35.4%
G = 0.88%
B = 63.72%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280148 (or 0x280148) is known color: Blackcurrant. HEX triplet: 28, 01 and 48. RGB value is (40,1,72). Sum of RGB (Red+Green+Blue) = 40+1+72=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #280148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280148 is #D7FEB7. Grayscale: #141414. Windows color (decimal): -14155448 or 4718888. OLE color: 4718888.

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

Color convert

RGB 40 1 72 -
CMYK 0.44 0.99 0 0.72
HSL 272.96º 0.97% 0.14% -
HSV(B) 272.96º 0.99% 0.28% -
XYZ 2.06 0.94 6.2 -
YUV 20.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 40 1 72 0.44 0.99 0 0.72 272.96 0.97 0.14
Hex 28 1 48 2C 63 0 48 111 61 E
Octal 50 1 110 54 143 0 110 421 141 16
Binary 101000 1 1001000 101100 1100011 0 1001000 100010001 1100001 1110

Color Harmonies of #280148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280148

Black with #280148

Text Example


Text Example

White with #280148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280148; }

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

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

background-color css

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

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

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

border-color css

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

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

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