#28222C

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

Shades of Blackcurrant #28222C

Tints of Blackcurrant #28222C

Color information

#28222C (or 0x28222C) is unknown color: approx Blackcurrant. HEX triplet: 28, 22 and 2C. RGB value is (40,34,44). Sum of RGB (Red+Green+Blue) = 40+34+44=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 44 - color contains mainly: blue. Hex color #28222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28222C is #D7DDD3. Grayscale: #242424. Windows color (decimal): -14147028 or 2892328. OLE color: 2892328.

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

Color convert

RGB403444-
CMYK0.090.2300.83
HSL276º12.82%15.29%-
HSV(B)276º22.73%17.25%-
XYZ1.91.782.63-
YUV36.93131.99130.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=33.90%
G=28.81%
B=37.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4034440.090.2300.8327612.8215.29
Hex28222C917053114df
Octal504254112701234241517
Binary1010001000101011001001101110101001110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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