Html Css Color HEX #200128 Blackcurrant

📋 copy color: '#200128'

red 32 ◦ green 1 ◦ blue 40

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

Shades of Blackcurrant #200128

Tints of Blackcurrant #200128

RGB

 RED value IS 32 (12.89% from 255) = 43.84%

 GREEN value IS 1 (0.78% from 255) = 1.37%

 BLUE value IS 40 (16.02% from 255) = 54.79%

R = 43.84%
G = 1.37%
B = 54.79%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200128 (or 0x200128) is known color: Blackcurrant. HEX triplet: 20, 01 and 28. RGB value is (32,1,40). Sum of RGB (Red+Green+Blue) = 32+1+40=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #200128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200128 is #DFFED7. Grayscale: #0E0E0E. Windows color (decimal): -14679768 or 2621728. OLE color: 2621728.

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

Color convert

RGB 32 1 40 -
CMYK 0.20 0.98 0 0.84
HSL 287.69º 0.95% 0.08% -
HSV(B) 287.69º 0.98% 0.16% -
XYZ 0.99 0.48 2.05 -
YUV 14.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 32 1 40 0.20 0.98 0 0.84 287.69 0.95 0.08
Hex 20 1 28 14 62 0 54 120 5F 8
Octal 40 1 50 24 142 0 124 440 137 10
Binary 100000 1 101000 10100 1100010 0 1010100 100100000 1011111 1000

Color Harmonies of #200128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200128

Black with #200128

Text Example


Text Example

White with #200128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200128; }

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

 H1.HeaderClassName
 {
   color: #200128;
 }
 .AnyTagClassName
 {
   color: #200128;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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