Html Css Color HEX #280948 Blackcurrant

📋 copy color: '#280948'

red 40 ◦ green 9 ◦ blue 72

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

Shades of Blackcurrant #280948

Tints of Blackcurrant #280948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

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

R = 33.06%
G = 7.44%
B = 59.5%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280948 (or 0x280948) is known color: Blackcurrant. HEX triplet: 28, 09 and 48. RGB value is (40,9,72). Sum of RGB (Red+Green+Blue) = 40+9+72=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #280948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280948 is #D7F6B7. Grayscale: #191919. Windows color (decimal): -14153400 or 4720936. OLE color: 4720936.

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

Color convert

RGB 40 9 72 -
CMYK 0.44 0.88 0 0.72
HSL 269.52º 0.78% 0.16% -
HSV(B) 269.52º 0.88% 0.28% -
XYZ 2.14 1.11 6.23 -
YUV 25.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 40 9 72 0.44 0.88 0 0.72 269.52 0.78 0.16
Hex 28 9 48 2C 58 0 48 10E 4E 10
Octal 50 11 110 54 130 0 110 416 116 20
Binary 101000 1001 1001000 101100 1011000 0 1001000 100001110 1001110 10000

Color Harmonies of #280948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280948

Black with #280948

Text Example


Text Example

White with #280948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280948; }

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

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

background-color css

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

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

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

border-color css

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

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

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