#28202C

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

Shades of Blackcurrant #28202C

Tints of Blackcurrant #28202C

Color information

#28202C (or 0x28202C) is unknown color: approx Blackcurrant. HEX triplet: 28, 20 and 2C. RGB value is (40,32,44). Sum of RGB (Red+Green+Blue) = 40+32+44=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #28202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202C is #D7DFD3. Grayscale: #232323. Windows color (decimal): -14147540 or 2891816. OLE color: 2891816.

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

Color convert

RGB403244-
CMYK0.090.2700.83
HSL280º15.79%14.9%-
HSV(B)280º27.27%17.25%-
XYZ1.851.672.61-
YUV35.76132.65131.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4032440.090.2700.8328015.7914.9
Hex28202C91B05311810f
Octal504054113301234302017
Binary10100010000010110010011101101010011100011000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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