Html Css Color HEX #280350 Blackcurrant

📋 copy color: '#280350'

red 40 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #280350

Tints of Blackcurrant #280350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

 BLUE value IS 80 (31.64% from 255) = 65.04%

R = 32.52%
G = 2.44%
B = 65.04%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#280350 (or 0x280350) is known color: Blackcurrant. HEX triplet: 28, 03 and 50. RGB value is (40,3,80). Sum of RGB (Red+Green+Blue) = 40+3+80=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #280350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280350 is #D7FCAF. Grayscale: #161616. Windows color (decimal): -14154928 or 5243688. OLE color: 5243688.

HSL color Cylindrical-coordinate representation of color #280350: hue angle of 268.83º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280350 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 3 80 -
CMYK 0.5 0.96 0 0.69
HSL 268.83º 0.93% 0.16% -
HSV(B) 268.83º 0.96% 0.31% -
XYZ 2.36 1.1 7.68 -
YUV 22.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 40 3 80 0.5 0.96 0 0.69 268.83 0.93 0.16
Hex 28 3 50 32 60 0 45 10D 5D 10
Octal 50 3 120 62 140 0 105 415 135 20
Binary 101000 11 1010000 110010 1100000 0 1000101 100001101 1011101 10000

Color Harmonies of #280350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280350

Black with #280350

Text Example


Text Example

White with #280350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280350; }

 p { color: rgb(40,3,80); }

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

background-color css

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

 a { background-color: rgb(40,3,80); }

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

border-color css

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

 span { border-color: rgb(40,3,80); }

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