Html Css Color HEX #280349 Blackcurrant

📋 copy color: '#280349'

red 40 ◦ green 3 ◦ blue 73

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

Shades of Blackcurrant #280349

Tints of Blackcurrant #280349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 62.93%

R = 34.48%
G = 2.59%
B = 62.93%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#280349 (or 0x280349) is known color: Blackcurrant. HEX triplet: 28, 03 and 49. RGB value is (40,3,73). Sum of RGB (Red+Green+Blue) = 40+3+73=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #280349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280349 is #D7FCB6. Grayscale: #151515. Windows color (decimal): -14154935 or 4784936. OLE color: 4784936.

HSL color Cylindrical-coordinate representation of color #280349: hue angle of 271.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280349 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 3 73 -
CMYK 0.45 0.96 0 0.71
HSL 271.71º 0.92% 0.15% -
HSV(B) 271.71º 0.96% 0.29% -
XYZ 2.11 1 6.38 -
YUV 22.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 40 3 73 0.45 0.96 0 0.71 271.71 0.92 0.15
Hex 28 3 49 2D 60 0 47 110 5C F
Octal 50 3 111 55 140 0 107 420 134 17
Binary 101000 11 1001001 101101 1100000 0 1000111 100010000 1011100 1111

Color Harmonies of #280349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280349

Black with #280349

Text Example


Text Example

White with #280349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280349; }

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

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

background-color css

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

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

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

border-color css

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

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

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