#282031

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

Shades of Blackcurrant #282031

Tints of Blackcurrant #282031

Color information

#282031 (or 0x282031) is unknown color: approx Blackcurrant. HEX triplet: 28, 20 and 31. RGB value is (40,32,49). Sum of RGB (Red+Green+Blue) = 40+32+49=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #282031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282031 is #D7DFCE. Grayscale: #242424. Windows color (decimal): -14147535 or 3219496. OLE color: 3219496.

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

Color convert

RGB403249-
CMYK0.180.3500.81
HSL268.24º20.99%15.88%-
HSV(B)268.24º34.69%19.22%-
XYZ1.951.713.13-
YUV36.33135.15130.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=33.06%
G=26.45%
B=40.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4032490.180.3500.81268.2420.9915.88
Hex282031122305110c1510
Octal504061224301214142520
Binary10100010000011000110010100011010100011000011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282031; }

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

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

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

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

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

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

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

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