#28212C

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

Shades of Blackcurrant #28212C

Tints of Blackcurrant #28212C

Color information

#28212C (or 0x28212C) is unknown color: approx Blackcurrant. HEX triplet: 28, 21 and 2C. RGB value is (40,33,44). Sum of RGB (Red+Green+Blue) = 40+33+44=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #28212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28212C is #D7DED3. Grayscale: #242424. Windows color (decimal): -14147284 or 2892072. OLE color: 2892072.

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

Color convert

RGB403344-
CMYK0.090.2500.83
HSL278.18º14.29%15.1%-
HSV(B)278.18º25%17.25%-
XYZ1.871.722.62-
YUV36.35132.32130.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=34.19%
G=28.21%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4033440.090.2500.83278.1814.2915.1
Hex28212C919053116ef
Octal504154113101234261617
Binary1010001000011011001001110010101001110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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