#281131

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

Shades of Blackcurrant #281131

Tints of Blackcurrant #281131

Color information

#281131 (or 0x281131) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 31. RGB value is (40,17,49). Sum of RGB (Red+Green+Blue) = 40+17+49=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #281131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281131 is #D7EECE. Grayscale: #1B1B1B. Windows color (decimal): -14151375 or 3215656. OLE color: 3215656.

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

Color convert

RGB401749-
CMYK0.180.6500.81
HSL283.12º48.48%12.94%-
HSV(B)283.12º65.31%19.22%-
XYZ1.631.073.03-
YUV27.52140.12136.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=37.74%
G=16.04%
B=46.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4017490.180.6500.81283.1248.4812.94
Hex281131124105111b30d
Octal5021612210101214336015
Binary10100010001110001100101000001010100011000110111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281131; }

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

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

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

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

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

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

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

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