#281F2C

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

Shades of Blackcurrant #281F2C

Tints of Blackcurrant #281F2C

Color information

#281F2C (or 0x281F2C) is unknown color: approx Blackcurrant. HEX triplet: 28, 1F and 2C. RGB value is (40,31,44). Sum of RGB (Red+Green+Blue) = 40+31+44=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 44 - color contains mainly: blue. Hex color #281F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2C is #D7E0D3. Grayscale: #232323. Windows color (decimal): -14147796 or 2891560. OLE color: 2891560.

HSL color Cylindrical-coordinate representation of color #281F2C: hue angle of 281.54º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281F2C is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB403144-
CMYK0.090.3000.83
HSL281.54º17.33%14.71%-
HSV(B)281.54º29.55%17.25%-
XYZ1.821.612.6-
YUV35.17132.98131.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=34.78%
G=26.96%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4031440.090.3000.83281.5417.3314.71
Hex281F2C91E05311a11f
Octal503754113601234322117
Binary1010001111110110010011111001010011100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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