Html Css Color HEX #281531 Blackcurrant

📋 copy color: '#281531'

red 40 ◦ green 21 ◦ blue 49

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

Shades of Blackcurrant #281531

Tints of Blackcurrant #281531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 36.36%
G = 19.09%
B = 44.55%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281531 (or 0x281531) is known color: Blackcurrant. HEX triplet: 28, 15 and 31. RGB value is (40,21,49). Sum of RGB (Red+Green+Blue) = 40+21+49=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #281531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281531 is #D7EACE. Grayscale: #1D1D1D. Windows color (decimal): -14150351 or 3216680. OLE color: 3216680.

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

Color convert

RGB 40 21 49 -
CMYK 0.18 0.57 0 0.81
HSL 280.71º 0.4% 0.14% -
HSV(B) 280.71º 0.57% 0.19% -
XYZ 1.7 1.21 3.05 -
YUV 29.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 40 21 49 0.18 0.57 0 0.81 280.71 0.4 0.14
Hex 28 15 31 12 39 0 51 119 28 E
Octal 50 25 61 22 71 0 121 431 50 16
Binary 101000 10101 110001 10010 111001 0 1010001 100011001 101000 1110

Color Harmonies of #281531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281531

Black with #281531

Text Example


Text Example

White with #281531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281531; }

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

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

background-color css

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

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

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

border-color css

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

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

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