#28132D

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

Shades of Blackcurrant #28132D

Tints of Blackcurrant #28132D

Color information

#28132D (or 0x28132D) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 2D. RGB value is (40,19,45). Sum of RGB (Red+Green+Blue) = 40+19+45=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #28132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28132D is #D7ECD2. Grayscale: #1C1C1C. Windows color (decimal): -14150867 or 2954024. OLE color: 2954024.

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

Color convert

RGB401945-
CMYK0.110.5800.82
HSL288.46º40.62%12.55%-
HSV(B)288.46º57.78%17.65%-
XYZ1.581.112.61-
YUV28.24137.46136.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=38.46%
G=18.27%
B=43.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4019450.110.5800.82288.4640.6212.55
Hex28132DB3A05212029d
Octal502355137201224405115
Binary101000100111011011011111010010100101001000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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