#28202B

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

Shades of Blackcurrant #28202B

Tints of Blackcurrant #28202B

Color information

#28202B (or 0x28202B) is unknown color: approx Blackcurrant. HEX triplet: 28, 20 and 2B. RGB value is (40,32,43). Sum of RGB (Red+Green+Blue) = 40+32+43=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #28202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202B is #D7DFD4. Grayscale: #232323. Windows color (decimal): -14147541 or 2826280. OLE color: 2826280.

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

Color convert

RGB403243-
CMYK0.070.2600.83
HSL283.64º14.67%14.71%-
HSV(B)283.64º25.58%16.86%-
XYZ1.831.662.51-
YUV35.65132.15131.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=34.78%
G=27.83%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4032430.070.2600.83283.6414.6714.71
Hex28202B71A05311cff
Octal50405373201234341717
Binary101000100000101011111110100101001110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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