#28192D

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

Shades of Blackcurrant #28192D

Tints of Blackcurrant #28192D

Color information

#28192D (or 0x28192D) is unknown color: approx Blackcurrant. HEX triplet: 28, 19 and 2D. RGB value is (40,25,45). Sum of RGB (Red+Green+Blue) = 40+25+45=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #28192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192D is #D7E6D2. Grayscale: #1F1F1F. Windows color (decimal): -14149331 or 2955560. OLE color: 2955560.

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

Color convert

RGB402545-
CMYK0.110.4400.82
HSL285º28.57%13.73%-
HSV(B)285º44.44%17.65%-
XYZ1.71.342.65-
YUV31.76135.47133.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4025450.110.4400.8228528.5713.73
Hex28192DB2C05211d1de
Octal503155135401224353516
Binary10100011001101101101110110001010010100011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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