#28202E

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

Shades of Blackcurrant #28202E

Tints of Blackcurrant #28202E

Color information

#28202E (or 0x28202E) is unknown color: approx Blackcurrant. HEX triplet: 28, 20 and 2E. RGB value is (40,32,46). Sum of RGB (Red+Green+Blue) = 40+32+46=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #28202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202E is #D7DFD1. Grayscale: #232323. Windows color (decimal): -14147538 or 3022888. OLE color: 3022888.

HSL color Cylindrical-coordinate representation of color #28202E: hue angle of 274.29º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28202E is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB403246-
CMYK0.130.3000.82
HSL274.29º17.95%15.29%-
HSV(B)274.29º30.43%18.04%-
XYZ1.881.682.81-
YUV35.99133.65130.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=33.90%
G=27.12%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4032460.130.3000.82274.2917.9515.29
Hex28202ED1E05211212f
Octal504056153601224222217
Binary10100010000010111011011111001010010100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28202E; }

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

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

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

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

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

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

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

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