#28162D

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

Shades of Blackcurrant #28162D

Tints of Blackcurrant #28162D

Color information

#28162D (or 0x28162D) is unknown color: approx Blackcurrant. HEX triplet: 28, 16 and 2D. RGB value is (40,22,45). Sum of RGB (Red+Green+Blue) = 40+22+45=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #28162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28162D is #D7E9D2. Grayscale: #1D1D1D. Windows color (decimal): -14150099 or 2954792. OLE color: 2954792.

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

Color convert

RGB402245-
CMYK0.110.5100.82
HSL286.96º34.33%13.14%-
HSV(B)286.96º51.11%17.65%-
XYZ1.641.212.63-
YUV30136.46135.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=37.38%
G=20.56%
B=42.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4022450.110.5100.82286.9634.3313.14
Hex28162DB3305211f22d
Octal502655136301224374215
Binary101000101101011011011110011010100101000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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