#281831

Color #281831 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #281831

Tints of Blackcurrant #281831

Color information

#281831 (or 0x281831) is unknown color: approx Blackcurrant. HEX triplet: 28, 18 and 31. RGB value is (40,24,49). Sum of RGB (Red+Green+Blue) = 40+24+49=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #281831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281831 is #D7E7CE. Grayscale: #1F1F1F. Windows color (decimal): -14149583 or 3217448. OLE color: 3217448.

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

Color convert

RGB402449-
CMYK0.180.5100.81
HSL278.4º34.25%14.31%-
HSV(B)278.4º51.02%19.22%-
XYZ1.761.333.07-
YUV31.63137.8133.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=35.40%
G=21.24%
B=43.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4024490.180.5100.81278.434.2514.31
Hex281831123305111622e
Octal503061226301214264216
Binary1010001100011000110010110011010100011000101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281831; }

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

 H1.HeaderClassName
 {
   color: #281831;
 }
 .AnyTagClassName
 {
   color: #281831;
 }
</style>
background-color css

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

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

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

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

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

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