#28022D

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

Shades of Blackcurrant #28022D

Tints of Blackcurrant #28022D

Color information

#28022D (or 0x28022D) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 2D. RGB value is (40,2,45). Sum of RGB (Red+Green+Blue) = 40+2+45=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #28022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28022D is #D7FDD2. Grayscale: #121212. Windows color (decimal): -14155219 or 2949672. OLE color: 2949672.

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

Color convert

RGB40245-
CMYK0.110.9600.82
HSL293.02º91.49%9.22%-
HSV(B)293.02º95.56%17.65%-
XYZ1.370.682.54-
YUV18.26143.09143.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 45 (17.97% from 255) = 51.72%
R=45.98%
G=2.30%
B=51.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal402450.110.9600.82293.0291.499.22
Hex2822DB600521255b9
Octal5025513140012244513311
Binary10100010101101101111000000101001010010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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