#200428

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

Shades of Blackcurrant #200428

Tints of Blackcurrant #200428

Color information

#200428 (or 0x200428) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 28. RGB value is (32,4,40). Sum of RGB (Red+Green+Blue) = 32+4+40=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #200428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200428 is #DFFBD7. Grayscale: #101010. Windows color (decimal): -14679000 or 2622496. OLE color: 2622496.

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

Color convert

RGB32440-
CMYK0.200.9000.84
HSL286.67º81.82%8.63%-
HSV(B)286.67º90%15.69%-
XYZ1.020.552.06-
YUV16.48141.28139.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 40 (16.02% from 255) = 52.63%
R=42.11%
G=5.26%
B=52.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal324400.200.9000.84286.6781.828.63
Hex20428145A05411f529
Octal4045024132012443712211
Binary1000001001010001010010110100101010010001111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200428; }

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

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

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

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

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

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

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

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