#281F2B

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

Shades of Blackcurrant #281F2B

Tints of Blackcurrant #281F2B

Color information

#281F2B (or 0x281F2B) is unknown color: approx Blackcurrant. HEX triplet: 28, 1F and 2B. RGB value is (40,31,43). Sum of RGB (Red+Green+Blue) = 40+31+43=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #281F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2B is #D7E0D4. Grayscale: #232323. Windows color (decimal): -14147797 or 2826024. OLE color: 2826024.

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

Color convert

RGB403143-
CMYK0.070.2800.83
HSL285º16.22%14.51%-
HSV(B)285º27.91%16.86%-
XYZ1.81.612.5-
YUV35.06132.48131.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.09%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=35.09%
G=27.19%
B=37.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4031430.070.2800.8328516.2214.51
Hex281F2B71C05311d10f
Octal50375373401234352017
Binary101000111111010111111110001010011100011101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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