#28172D

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

Shades of Blackcurrant #28172D

Tints of Blackcurrant #28172D

Color information

#28172D (or 0x28172D) is unknown color: approx Blackcurrant. HEX triplet: 28, 17 and 2D. RGB value is (40,23,45). Sum of RGB (Red+Green+Blue) = 40+23+45=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #28172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28172D is #D7E8D2. Grayscale: #1E1E1E. Windows color (decimal): -14149843 or 2955048. OLE color: 2955048.

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

Color convert

RGB402345-
CMYK0.110.4900.82
HSL286.36º32.35%13.33%-
HSV(B)286.36º48.89%17.65%-
XYZ1.661.252.64-
YUV30.59136.13134.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=37.04%
G=21.30%
B=41.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4023450.110.4900.82286.3632.3513.33
Hex28172DB3105211e20d
Octal502755136101224364015
Binary101000101111011011011110001010100101000111101000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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