Html Css Color HEX #280331 Blackcurrant

📋 copy color: '#280331'

red 40 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #280331

Tints of Blackcurrant #280331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 53.26%

R = 43.48%
G = 3.26%
B = 53.26%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280331 (or 0x280331) is known color: Blackcurrant. HEX triplet: 28, 03 and 31. RGB value is (40,3,49). Sum of RGB (Red+Green+Blue) = 40+3+49=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #280331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280331 is #D7FCCE. Grayscale: #131313. Windows color (decimal): -14154959 or 3212072. OLE color: 3212072.

HSL color Cylindrical-coordinate representation of color #280331: hue angle of 288.26º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280331 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 3 49 -
CMYK 0.18 0.94 0 0.81
HSL 288.26º 0.88% 0.1% -
HSV(B) 288.26º 0.94% 0.19% -
XYZ 1.46 0.74 2.97 -
YUV 19.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 40 3 49 0.18 0.94 0 0.81 288.26 0.88 0.1
Hex 28 3 31 12 5E 0 51 120 58 A
Octal 50 3 61 22 136 0 121 440 130 12
Binary 101000 11 110001 10010 1011110 0 1010001 100100000 1011000 1010

Color Harmonies of #280331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280331

Black with #280331

Text Example


Text Example

White with #280331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280331; }

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

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

background-color css

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

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

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

border-color css

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

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

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