Html Css Color HEX #280248 Blackcurrant

📋 copy color: '#280248'

red 40 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #280248

Tints of Blackcurrant #280248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.75%

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

R = 35.09%
G = 1.75%
B = 63.16%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280248 (or 0x280248) is known color: Blackcurrant. HEX triplet: 28, 02 and 48. RGB value is (40,2,72). Sum of RGB (Red+Green+Blue) = 40+2+72=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #280248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280248 is #D7FDB7. Grayscale: #151515. Windows color (decimal): -14155192 or 4719144. OLE color: 4719144.

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

Color convert

RGB 40 2 72 -
CMYK 0.44 0.97 0 0.72
HSL 272.57º 0.95% 0.15% -
HSV(B) 272.57º 0.97% 0.28% -
XYZ 2.07 0.96 6.21 -
YUV 21.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 40 2 72 0.44 0.97 0 0.72 272.57 0.95 0.15
Hex 28 2 48 2C 61 0 48 111 5F F
Octal 50 2 110 54 141 0 110 421 137 17
Binary 101000 10 1001000 101100 1100001 0 1001000 100010001 1011111 1111

Color Harmonies of #280248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280248

Black with #280248

Text Example


Text Example

White with #280248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280248; }

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

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

background-color css

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

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

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

border-color css

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

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

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