#28222D

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

Shades of Blackcurrant #28222D

Tints of Blackcurrant #28222D

Color information

#28222D (or 0x28222D) is unknown color: approx Blackcurrant. HEX triplet: 28, 22 and 2D. RGB value is (40,34,45). Sum of RGB (Red+Green+Blue) = 40+34+45=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 45 - color contains mainly: blue. Hex color #28222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28222D is #D7DDD2. Grayscale: #252525. Windows color (decimal): -14147027 or 2957864. OLE color: 2957864.

HSL color Cylindrical-coordinate representation of color #28222D: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #28222D is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB403445-
CMYK0.110.2400.82
HSL272.73º13.92%15.49%-
HSV(B)272.73º24.44%17.65%-
XYZ1.921.782.73-
YUV37.05132.49130.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=33.61%
G=28.57%
B=37.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4034450.110.2400.82272.7313.9215.49
Hex28222DB18052111ef
Octal504255133001224211617
Binary1010001000101011011011110000101001010001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28222D; }

 p { color: rgb(40,34,45); }

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

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

 a { background-color: rgb(40,34,45); }

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

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

 span { border-color: rgb(40,34,45); }

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