Html Css Color HEX #280131 Blackcurrant

📋 copy color: '#280131'

red 40 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #280131

Tints of Blackcurrant #280131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.11%

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

R = 44.44%
G = 1.11%
B = 54.44%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280131 (or 0x280131) is known color: Blackcurrant. HEX triplet: 28, 01 and 31. RGB value is (40,1,49). Sum of RGB (Red+Green+Blue) = 40+1+49=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #280131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280131 is #D7FECE. Grayscale: #111111. Windows color (decimal): -14155471 or 3211560. OLE color: 3211560.

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

Color convert

RGB 40 1 49 -
CMYK 0.18 0.98 0 0.81
HSL 288.75º 0.96% 0.1% -
HSV(B) 288.75º 0.98% 0.19% -
XYZ 1.44 0.69 2.96 -
YUV 18.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 40 1 49 0.18 0.98 0 0.81 288.75 0.96 0.1
Hex 28 1 31 12 62 0 51 121 60 A
Octal 50 1 61 22 142 0 121 441 140 12
Binary 101000 1 110001 10010 1100010 0 1010001 100100001 1100000 1010

Color Harmonies of #280131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280131

Black with #280131

Text Example


Text Example

White with #280131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280131; }

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

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

background-color css

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

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

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

border-color css

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

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

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