#200228

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

Shades of Blackcurrant #200228

Tints of Blackcurrant #200228

Color information

#200228 (or 0x200228) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 28. RGB value is (32,2,40). Sum of RGB (Red+Green+Blue) = 32+2+40=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #200228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200228 is #DFFDD7. Grayscale: #0F0F0F. Windows color (decimal): -14679512 or 2621984. OLE color: 2621984.

HSL color Cylindrical-coordinate representation of color #200228: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200228 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32240-
CMYK0.200.9500.84
HSL287.37º90.48%8.24%-
HSV(B)287.37º95%15.69%-
XYZ10.52.05-
YUV15.3141.94139.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.24%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=43.24%
G=2.70%
B=54.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal322400.200.9500.84287.3790.488.24
Hex20228145F05411f5a8
Octal4025024137012443713210
Binary100000101010001010010111110101010010001111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200228; }

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

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

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

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

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

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

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

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