#28062D

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

Shades of Blackcurrant #28062D

Tints of Blackcurrant #28062D

Color information

#28062D (or 0x28062D) is unknown color: approx Blackcurrant. HEX triplet: 28, 06 and 2D. RGB value is (40,6,45). Sum of RGB (Red+Green+Blue) = 40+6+45=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #28062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28062D is #D7F9D2. Grayscale: #141414. Windows color (decimal): -14154195 or 2950696. OLE color: 2950696.

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

Color convert

RGB40645-
CMYK0.110.8700.82
HSL292.31º76.47%10%-
HSV(B)292.31º86.67%17.65%-
XYZ1.410.772.56-
YUV20.61141.76141.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=43.96%
G=6.59%
B=49.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal406450.110.8700.82292.3176.4710
Hex2862DB570521244ca
Octal5065513127012244411412
Binary101000110101101101110101110101001010010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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