#281F2F

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

Shades of Blackcurrant #281F2F

Tints of Blackcurrant #281F2F

Color information

#281F2F (or 0x281F2F) is unknown color: approx Blackcurrant. HEX triplet: 28, 1F and 2F. RGB value is (40,31,47). Sum of RGB (Red+Green+Blue) = 40+31+47=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #281F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2F is #D7E0D0. Grayscale: #232323. Windows color (decimal): -14147793 or 3088168. OLE color: 3088168.

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

Color convert

RGB403147-
CMYK0.150.3400.82
HSL273.75º20.51%15.29%-
HSV(B)273.75º34.04%18.43%-
XYZ1.881.642.91-
YUV35.52134.48131.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=33.90%
G=26.27%
B=39.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4031470.150.3400.82273.7520.5115.29
Hex281F2FF2205211215f
Octal503757174201224222517
Binary10100011111101111111110001001010010100010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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