Html Css Color HEX #200049 Blackcurrant

📋 copy color: '#200049'

red 32 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #200049

Tints of Blackcurrant #200049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 69.52%

R = 30.48%
G = 0%
B = 69.52%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#200049 (or 0x200049) is known color: Blackcurrant. HEX triplet: 20, 00 and 49. RGB value is (32,0,73). Sum of RGB (Red+Green+Blue) = 32+0+73=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #200049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200049 is #DFFFB6. Grayscale: #111111. Windows color (decimal): -14679991 or 4784160. OLE color: 4784160.

HSL color Cylindrical-coordinate representation of color #200049: hue angle of 266.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200049 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 0 73 -
CMYK 0.56 1 0 0.71
HSL 266.3º 1% 0.14% -
HSV(B) 266.3º 1% 0.29% -
XYZ 1.8 0.79 6.36 -
YUV 17.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 32 0 73 0.56 1 0 0.71 266.3 1 0.14
Hex 20 0 49 38 64 0 47 10A 64 E
Octal 40 0 111 70 144 0 107 412 144 16
Binary 100000 0 1001001 111000 1100100 0 1000111 100001010 1100100 1110

Color Harmonies of #200049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200049

Black with #200049

Text Example


Text Example

White with #200049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200049; }

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

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

background-color css

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

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

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

border-color css

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

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

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