Html Css Color HEX #200040 Blackcurrant

📋 copy color: '#200040'

red 32 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #200040

Tints of Blackcurrant #200040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200040 (or 0x200040) is known color: Blackcurrant. HEX triplet: 20, 00 and 40. RGB value is (32,0,64). Sum of RGB (Red+Green+Blue) = 32+0+64=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #200040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200040 is #DFFFBF. Grayscale: #101010. Windows color (decimal): -14680000 or 4194336. OLE color: 4194336.

HSL color Cylindrical-coordinate representation of color #200040: hue angle of 270º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200040 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 0 64 -
CMYK 0.50 1 0 0.75
HSL 270º 1% 0.13% -
HSV(B) 270º 1% 0.25% -
XYZ 1.52 0.68 4.9 -
YUV 16.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 32 0 64 0.50 1 0 0.75 270 1 0.13
Hex 20 0 40 32 64 0 4B 10E 64 D
Octal 40 0 100 62 144 0 113 416 144 15
Binary 100000 0 1000000 110010 1100100 0 1001011 100001110 1100100 1101

Color Harmonies of #200040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200040

Black with #200040

Text Example


Text Example

White with #200040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200040; }

 p { color: rgb(32,0,64); }

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

background-color css

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

 a { background-color: rgb(32,0,64); }

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

border-color css

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

 span { border-color: rgb(32,0,64); }

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