Html Css Color HEX #200640 Blackcurrant

📋 copy color: '#200640'

red 32 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #200640

Tints of Blackcurrant #200640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.88%

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

R = 31.37%
G = 5.88%
B = 62.75%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#200640 (or 0x200640) is known color: Blackcurrant. HEX triplet: 20, 06 and 40. RGB value is (32,6,64). Sum of RGB (Red+Green+Blue) = 32+6+64=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #200640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200640 is #DFF9BF. Grayscale: #141414. Windows color (decimal): -14678464 or 4195872. OLE color: 4195872.

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

Color convert

RGB 32 6 64 -
CMYK 0.50 0.91 0 0.75
HSL 266.9º 0.83% 0.14% -
HSV(B) 266.9º 0.91% 0.25% -
XYZ 1.59 0.81 4.92 -
YUV 20.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 32 6 64 0.50 0.91 0 0.75 266.9 0.83 0.14
Hex 20 6 40 32 5B 0 4B 10B 53 E
Octal 40 6 100 62 133 0 113 413 123 16
Binary 100000 110 1000000 110010 1011011 0 1001011 100001011 1010011 1110

Color Harmonies of #200640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200640

Black with #200640

Text Example


Text Example

White with #200640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200640; }

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

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

background-color css

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

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

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

border-color css

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

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

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