Html Css Color HEX #200428 Blackcurrant

📋 copy color: '#200428'

red 32 ◦ green 4 ◦ blue 40

#200428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #200428

Tints of Blackcurrant #200428

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 value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200428 (or 0x200428) is known color: 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

RGB 32 4 40 -
CMYK 0.20 0.90 0 0.84
HSL 286.67º 0.82% 0.09% -
HSV(B) 286.67º 0.9% 0.16% -
XYZ 1.02 0.55 2.06 -
YUV 16.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 32 4 40 0.20 0.90 0 0.84 286.67 0.82 0.09
Hex 20 4 28 14 5A 0 54 11F 52 9
Octal 40 4 50 24 132 0 124 437 122 11
Binary 100000 100 101000 10100 1011010 0 1010100 100011111 1010010 1001

Color Harmonies of #200428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200428

Black with #200428

Text Example


Text Example

White with #200428

Text Example


Text Example

HTML Codes & Css Web 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>