#281F2D

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

Shades of Blackcurrant #281F2D

Tints of Blackcurrant #281F2D

Color information

#281F2D (or 0x281F2D) is unknown color: approx Blackcurrant. HEX triplet: 28, 1F and 2D. RGB value is (40,31,45). Sum of RGB (Red+Green+Blue) = 40+31+45=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 45 - color contains mainly: blue. Hex color #281F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2D is #D7E0D2. Grayscale: #232323. Windows color (decimal): -14147795 or 2957096. OLE color: 2957096.

HSL color Cylindrical-coordinate representation of color #281F2D: hue angle of 278.57º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #281F2D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB403145-
CMYK0.110.3100.82
HSL278.57º18.42%14.9%-
HSV(B)278.57º31.11%17.65%-
XYZ1.841.622.7-
YUV35.29133.48131.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=34.48%
G=26.72%
B=38.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4031450.110.3100.82278.5718.4214.9
Hex281F2DB1F05211712f
Octal503755133701224272217
Binary1010001111110110110111111101010010100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F2D; }

 p { color: rgb(40,31,45); }

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

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

 a { background-color: rgb(40,31,45); }

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

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

 span { border-color: rgb(40,31,45); }

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