Html Css Color HEX #280448 Blackcurrant

📋 copy color: '#280448'

red 40 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #280448

Tints of Blackcurrant #280448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 34.48%
G = 3.45%
B = 62.07%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280448 (or 0x280448) is known color: Blackcurrant. HEX triplet: 28, 04 and 48. RGB value is (40,4,72). Sum of RGB (Red+Green+Blue) = 40+4+72=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #280448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280448 is #D7FBB7. Grayscale: #161616. Windows color (decimal): -14154680 or 4719656. OLE color: 4719656.

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

Color convert

RGB 40 4 72 -
CMYK 0.44 0.94 0 0.72
HSL 271.76º 0.89% 0.15% -
HSV(B) 271.76º 0.94% 0.28% -
XYZ 2.09 1.01 6.21 -
YUV 22.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 40 4 72 0.44 0.94 0 0.72 271.76 0.89 0.15
Hex 28 4 48 2C 5E 0 48 110 59 F
Octal 50 4 110 54 136 0 110 420 131 17
Binary 101000 100 1001000 101100 1011110 0 1001000 100010000 1011001 1111

Color Harmonies of #280448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280448

Black with #280448

Text Example


Text Example

White with #280448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280448; }

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

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

background-color css

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

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

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

border-color css

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

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

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