Html Css Color HEX #280848 Blackcurrant

📋 copy color: '#280848'

red 40 ◦ green 8 ◦ blue 72

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

Shades of Blackcurrant #280848

Tints of Blackcurrant #280848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

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

R = 33.33%
G = 6.67%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280848 (or 0x280848) is known color: Blackcurrant. HEX triplet: 28, 08 and 48. RGB value is (40,8,72). Sum of RGB (Red+Green+Blue) = 40+8+72=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #280848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280848 is #D7F7B7. Grayscale: #181818. Windows color (decimal): -14153656 or 4720680. OLE color: 4720680.

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

Color convert

RGB 40 8 72 -
CMYK 0.44 0.89 0 0.72
HSL 270º 0.8% 0.16% -
HSV(B) 270º 0.89% 0.28% -
XYZ 2.13 1.09 6.23 -
YUV 24.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 40 8 72 0.44 0.89 0 0.72 270 0.8 0.16
Hex 28 8 48 2C 59 0 48 10E 50 10
Octal 50 10 110 54 131 0 110 416 120 20
Binary 101000 1000 1001000 101100 1011001 0 1001000 100001110 1010000 10000

Color Harmonies of #280848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280848

Black with #280848

Text Example


Text Example

White with #280848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280848; }

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

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

background-color css

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

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

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

border-color css

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

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

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