Html Css Color HEX #200140 Blackcurrant

📋 copy color: '#200140'

red 32 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #200140

Tints of Blackcurrant #200140

RGB

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

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

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

R = 32.99%
G = 1.03%
B = 65.98%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200140 (or 0x200140) is known color: Blackcurrant. HEX triplet: 20, 01 and 40. RGB value is (32,1,64). Sum of RGB (Red+Green+Blue) = 32+1+64=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #200140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200140 is #DFFEBF. Grayscale: #111111. Windows color (decimal): -14679744 or 4194592. OLE color: 4194592.

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

Color convert

RGB 32 1 64 -
CMYK 0.50 0.98 0 0.75
HSL 269.52º 0.97% 0.13% -
HSV(B) 269.52º 0.98% 0.25% -
XYZ 1.53 0.7 4.9 -
YUV 17.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 32 1 64 0.50 0.98 0 0.75 269.52 0.97 0.13
Hex 20 1 40 32 62 0 4B 10E 61 D
Octal 40 1 100 62 142 0 113 416 141 15
Binary 100000 1 1000000 110010 1100010 0 1001011 100001110 1100001 1101

Color Harmonies of #200140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200140

Black with #200140

Text Example


Text Example

White with #200140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200140; }

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

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

background-color css

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

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

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

border-color css

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

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

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