#28022E

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

Shades of Blackcurrant #28022E

Tints of Blackcurrant #28022E

Color information

#28022E (or 0x28022E) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 2E. RGB value is (40,2,46). Sum of RGB (Red+Green+Blue) = 40+2+46=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #28022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28022E is #D7FDD1. Grayscale: #121212. Windows color (decimal): -14155218 or 3015208. OLE color: 3015208.

HSL color Cylindrical-coordinate representation of color #28022E: hue angle of 291.82º degrees, saturation: 0.92, 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 #28022E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB40246-
CMYK0.130.9600.82
HSL291.82º91.67%9.41%-
HSV(B)291.82º95.65%18.04%-
XYZ1.390.692.65-
YUV18.38143.59143.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=45.45%
G=2.27%
B=52.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal402460.130.9600.82291.8291.679.41
Hex2822ED600521245c9
Octal5025615140012244413411
Binary10100010101110110111000000101001010010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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